From d4ad4ff73921af6ca9169bccb775e1e5accc0fcc Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Mon, 21 Jul 2008 15:31:45 +0000 Subject: [PATCH] Fix some i18n typos. --- docs/changelog/7.x.x.txt | 1 + lib/WebGUI/i18n/English/Shop.pm | 8 ++++---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/changelog/7.x.x.txt b/docs/changelog/7.x.x.txt index 996078c7a..cc3376879 100644 --- a/docs/changelog/7.x.x.txt +++ b/docs/changelog/7.x.x.txt @@ -16,6 +16,7 @@ - fixed: problem with Calendar in EMS "Ticket" tab, "Start" field - fixed: Manage Subscription Codes: Search on wrong screen? - fixed: Bad International macro calls in Gallery Template + - fixed: more i18n (Shop tags) 7.5.17 - fixed: Payment Methods Hover Help Incomplete diff --git a/lib/WebGUI/i18n/English/Shop.pm b/lib/WebGUI/i18n/English/Shop.pm index 2d5a4dc85..daf665de3 100644 --- a/lib/WebGUI/i18n/English/Shop.pm +++ b/lib/WebGUI/i18n/English/Shop.pm @@ -1084,8 +1084,8 @@ our $I18N = { }, 'shippingAddressCountry' => { - message => q|The state from the shipping address.|, - lastUpdated => 1213133715, + message => q|The country from the shipping address.|, + lastUpdated => 1216654340, context => q|Template variable for email receipt template|, }, @@ -1156,8 +1156,8 @@ our $I18N = { }, 'paymentAddressCountry' => { - message => q|The state from the payment address.|, - lastUpdated => 1213133715, + message => q|The country from the payment address.|, + lastUpdated => 1216654356, context => q|Template variable for email receipt template|, },