Fix i18n syntax errors.

This commit is contained in:
Colin Kuskie 2010-04-28 15:51:29 -07:00
parent 42f89c0893
commit 777edf5c32
3 changed files with 0 additions and 19 deletions

View file

@ -123,7 +123,6 @@ our $I18N = {
context => q|Button label|
},
};
};
1;

View file

@ -90,23 +90,6 @@ our $I18N = {
lastUpdated => 0,
context => q|Hover help for the summary template field in the configuration form of the Cash module.|
},
'password' => {
message => q|Password|,
lastUpdated => 0,
context => q|Form label in the configuration form of the iTransact module.|
},
'password help' => {
message => q|The password for your ITransact account.|,
lastUpdated => 0,
context => q|Hover help for the password field in the configuration form of the iTransact module.|
},
'Pay' => {
message => q|Pay|,
lastUpdated => 0,
context => q|Button label|
},
};
'pay' => {
message => q|Pay|,

View file

@ -232,7 +232,6 @@ Additionally, set the "Return URL" to:|,
context => q|Button label|
},
};
};
1;