From da5fb30836eadf1bc338b60ee465a92467ef23d0 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Fri, 16 May 2008 20:11:14 +0000 Subject: [PATCH] adding missing i18n label --- lib/WebGUI/i18n/English/CommercePaymentITransact.pm | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lib/WebGUI/i18n/English/CommercePaymentITransact.pm b/lib/WebGUI/i18n/English/CommercePaymentITransact.pm index e3c810d34..876fd7592 100755 --- a/lib/WebGUI/i18n/English/CommercePaymentITransact.pm +++ b/lib/WebGUI/i18n/English/CommercePaymentITransact.pm @@ -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,