summaryrefslogtreecommitdiff
path: root/bin/populate-msgcat
diff options
context:
space:
mode:
authorivan <ivan>2002-04-24 09:03:37 +0000
committerivan <ivan>2002-04-24 09:03:37 +0000
commitf3d48cda02218523b2cafcc3c3edfe5771d8676e (patch)
tree9a2a3de7cde256d9acd7a4463ba0bfcead2697be /bin/populate-msgcat
parent91a5fe454cc6411bc0f8db545bc42f55fe2cd510 (diff)
msgcat error for credit card expiration (closes: Bug#407)
Diffstat (limited to 'bin/populate-msgcat')
-rwxr-xr-xbin/populate-msgcat4
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/populate-msgcat b/bin/populate-msgcat
index 64fa59a44..506cf5f0b 100755
--- a/bin/populate-msgcat
+++ b/bin/populate-msgcat
@@ -102,6 +102,10 @@ sub messages {
#'en_US' => '',
},
+ 'expired_card' => {
+ 'en_US' => 'Expired card',
+ },
+
);
}