X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=bin%2Fpopulate-msgcat;h=f8e23cfa0ee8a177ca69c2930627cb9d818f58f1;hb=26a45c49727ef4505a2f1875aa7dd04be9bbdceb;hp=506cf5f0bcfcb38ef9a0b40c7deb4a3c277eadbc;hpb=f3d48cda02218523b2cafcc3c3edfe5771d8676e;p=freeside.git diff --git a/bin/populate-msgcat b/bin/populate-msgcat index 506cf5f0b..f8e23cfa0 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 (', + }, + + 'illegal_password_characters' => { + 'en_US' => ' characters)', }, 'username_in_use' => { @@ -113,4 +117,3 @@ sub usage { die "Usage:\n\n populate-msgcat user\n"; } -