Fix i18n typos in the Ogone payment driver. Fix bugs 10800 and 10799.
This commit is contained in:
parent
add3b3257b
commit
a5204a7386
2 changed files with 6 additions and 4 deletions
|
|
@ -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.|,
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue