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