summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorivan <ivan>2002-10-12 13:46:16 +0000
committerivan <ivan>2002-10-12 13:46:16 +0000
commitac96a7afbae06cc3b594b3e461bec8a34d65cfe5 (patch)
tree69adb82e4554dc256b10b8f91501ba123abaa34f /bin
parent6f8a6c416174bcf8095c959085d14ba820425aad (diff)
dayphone/nightphone as customizable labels, closes: Bug#464
Diffstat (limited to 'bin')
-rwxr-xr-xbin/populate-msgcat8
1 files changed, 8 insertions, 0 deletions
diff --git a/bin/populate-msgcat b/bin/populate-msgcat
index 3b198f718..719d33046 100755
--- a/bin/populate-msgcat
+++ b/bin/populate-msgcat
@@ -110,6 +110,14 @@ sub messages {
'en_US' => 'Expired card',
},
+ 'daytime' => {
+ 'en_US' => 'Day Phone',
+ },
+
+ 'night' => {
+ 'en_US' => 'Night Phone',
+ },
+
);
}