Fix typos in TaxDriver_EU i18n. Fixes #10798.

This commit is contained in:
Colin Kuskie 2009-08-20 19:17:29 +00:00
parent a0d3eeaac8
commit add3b3257b
2 changed files with 5 additions and 4 deletions

View file

@ -1,4 +1,5 @@
7.7.18
- fixed #10798: Couple of typos in Shop EU Tax Driver screen
- fixed #10795: Copy and edit template give error
- fixed #10788: Thread rating calculate during post delete/restore
- will now respect X-Forwarded-Proto header

View file

@ -51,14 +51,14 @@ our $I18N = {
},
'auto vies approval help' => {
message => q|If you set this to yes, VAT numbers that are validated through the VIES service are directly usable by your customers. If set to no, only VAT numbers that have been expicitly approved by you are usable.|,
lastUpdated => 0,
message => q|If you set this to yes, VAT numbers that are validated through the VIES service are directly usable by your customers. If set to no, only VAT numbers that have been explicitly approved by you are usable.|,
lastUpdated => 1250796443,
context => 'Hover help in the admin screen',
},
'accept when vies unavailable' => {
message => q|Accept unvalidated VAT numbers when VIES is unavailable?|,
lastUpdated => 0,
message => q|Accept non-validated VAT numbers when VIES is unavailable?|,
lastUpdated => 1250796458,
context => 'Form label in admin screen',
},