Fix some i18n typos.

This commit is contained in:
Colin Kuskie 2008-07-21 15:31:45 +00:00
parent a9f132b2f7
commit d4ad4ff739
2 changed files with 5 additions and 4 deletions

View file

@ -16,6 +16,7 @@
- fixed: problem with Calendar in EMS "Ticket" tab, "Start" field - fixed: problem with Calendar in EMS "Ticket" tab, "Start" field
- fixed: Manage Subscription Codes: Search on wrong screen? - fixed: Manage Subscription Codes: Search on wrong screen?
- fixed: Bad International macro calls in Gallery Template - fixed: Bad International macro calls in Gallery Template
- fixed: more i18n (Shop tags)
7.5.17 7.5.17
- fixed: Payment Methods Hover Help Incomplete - fixed: Payment Methods Hover Help Incomplete

View file

@ -1084,8 +1084,8 @@ our $I18N = {
}, },
'shippingAddressCountry' => { 'shippingAddressCountry' => {
message => q|The state from the shipping address.|, message => q|The country from the shipping address.|,
lastUpdated => 1213133715, lastUpdated => 1216654340,
context => q|Template variable for email receipt template|, context => q|Template variable for email receipt template|,
}, },
@ -1156,8 +1156,8 @@ our $I18N = {
}, },
'paymentAddressCountry' => { 'paymentAddressCountry' => {
message => q|The state from the payment address.|, message => q|The country from the payment address.|,
lastUpdated => 1213133715, lastUpdated => 1216654356,
context => q|Template variable for email receipt template|, context => q|Template variable for email receipt template|,
}, },