diff options
author | ivan <ivan> | 2002-06-28 20:31:30 +0000 |
---|---|---|
committer | ivan <ivan> | 2002-06-28 20:31:30 +0000 |
commit | 87efb86d904887f9ee48dcf77fb1470d4c23a87f (patch) | |
tree | dd1d650c40a4c1acc49ec34905a10b5e619b165d /bin/populate-msgcat | |
parent | b7e2cab3c9a31b4ed90794764cdba68c5797f864 (diff) |
better error message for illegal password
Diffstat (limited to 'bin/populate-msgcat')
-rwxr-xr-x | bin/populate-msgcat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/populate-msgcat b/bin/populate-msgcat index 166f83720..f8e23cfa0 100755 --- a/bin/populate-msgcat +++ b/bin/populate-msgcat @@ -79,7 +79,7 @@ sub messages { 'en_US' => 'Illegal password (', }, - 'illeggal_password_characters' => { + 'illegal_password_characters' => { 'en_US' => ' characters)', }, |