adding missing i18n label

This commit is contained in:
Colin Kuskie 2008-05-16 20:11:14 +00:00
parent 52b70a3e29
commit da5fb30836

View file

@ -140,6 +140,11 @@ our $I18N = {
lastUpdated => 0,
context => q|An error indicating that an invalid expiration date has been entered.|
},
'expired expiration date' => {
message => q|The expiration date on your card has already passed.|,
lastUpdated => 0,
context => q|An error indicating that an an expired card was used.|
},
'no description' => {
message => q|No description|,
lastUpdated => 0,