diff options
author | ivan <ivan> | 2002-05-28 21:22:15 +0000 |
---|---|---|
committer | ivan <ivan> | 2002-05-28 21:22:15 +0000 |
commit | 97646ed2e0ad524f959f9dc2632fa2fea25f5010 (patch) | |
tree | 688be8ec31ea65a0e0b2061f30429bf189fb75c7 /bin/populate-msgcat | |
parent | ee1a01a4d001bf993b9cce54e59f119db20e49f0 (diff) |
better error message for "Illegal password"
Diffstat (limited to 'bin/populate-msgcat')
-rwxr-xr-x | bin/populate-msgcat | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/bin/populate-msgcat b/bin/populate-msgcat index b50fc7ec3..166f83720 100755 --- a/bin/populate-msgcat +++ b/bin/populate-msgcat @@ -76,7 +76,11 @@ sub messages { }, 'illegal_password' => { - 'en_US' => 'Illegal password', + 'en_US' => 'Illegal password (', + }, + + 'illeggal_password_characters' => { + 'en_US' => ' characters)', }, 'username_in_use' => { |