From 97646ed2e0ad524f959f9dc2632fa2fea25f5010 Mon Sep 17 00:00:00 2001 From: ivan Date: Tue, 28 May 2002 21:22:15 +0000 Subject: better error message for "Illegal password" --- bin/populate-msgcat | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'bin/populate-msgcat') 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' => { -- cgit v1.2.1