diff options
author | ivan <ivan> | 2002-10-12 13:46:16 +0000 |
---|---|---|
committer | ivan <ivan> | 2002-10-12 13:46:16 +0000 |
commit | ac96a7afbae06cc3b594b3e461bec8a34d65cfe5 (patch) | |
tree | 69adb82e4554dc256b10b8f91501ba123abaa34f /bin | |
parent | 6f8a6c416174bcf8095c959085d14ba820425aad (diff) |
dayphone/nightphone as customizable labels, closes: Bug#464
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/populate-msgcat | 8 |
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', + }, + ); } |