diff --git a/docs/changelog/7.x.x.txt b/docs/changelog/7.x.x.txt index 1c0e35461..a8b0631b5 100644 --- a/docs/changelog/7.x.x.txt +++ b/docs/changelog/7.x.x.txt @@ -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 diff --git a/lib/WebGUI/i18n/English/TaxDriver_EU.pm b/lib/WebGUI/i18n/English/TaxDriver_EU.pm index 5a3e4cb16..acccf1369 100644 --- a/lib/WebGUI/i18n/English/TaxDriver_EU.pm +++ b/lib/WebGUI/i18n/English/TaxDriver_EU.pm @@ -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', },