diff --git a/docs/changelog/7.x.x.txt b/docs/changelog/7.x.x.txt index a8b0631b5..0220a22ec 100644 --- a/docs/changelog/7.x.x.txt +++ b/docs/changelog/7.x.x.txt @@ -1,4 +1,6 @@ 7.7.18 + - fixed #10800: Ogone payment driver typo + - fixed #10799: Shop: Ogone payment driver- typo - 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 diff --git a/lib/WebGUI/i18n/English/PayDriver_Ogone.pm b/lib/WebGUI/i18n/English/PayDriver_Ogone.pm index d4dca5499..4c9f1e4cd 100755 --- a/lib/WebGUI/i18n/English/PayDriver_Ogone.pm +++ b/lib/WebGUI/i18n/English/PayDriver_Ogone.pm @@ -57,8 +57,8 @@ our $I18N = { }, 'currency' => { - message => q|Currency (ISO Aplha code)|, - lastUpdated => 0, + message => q|Currency (ISO Alpha code)|, + lastUpdated => 1250796737, context => q|Label of a setting in the ogone config screen.|, }, @@ -75,8 +75,8 @@ our $I18N = { }, 'use test mode help' => { - message => q|Setting this option to yes directs all payment requests to Ogone's test environment. This allows you to check if everything is set up correctly before going live. No actual payments are being made while test mode is enabled, so don't forget to set this option to 'No' when ready testing.|, - lastUpdated => 1248191175, + message => q|Setting this option to yes directs all payment requests to Ogone's test environment. This allows you to check if everything is set up correctly before going live. No actual payments are being made while test mode is enabled, so don't forget to set this option to 'No' when you are finished testing.|, + lastUpdated => 1250796785, context => q|Hover help of a setting in the ogone config screen.|, },