From af19e515ed2a42b4dca7ce76d28151c3f71fcad6 Mon Sep 17 00:00:00 2001 From: Christian Boltz Date: Thu, 6 Dec 2007 22:21:29 +0000 Subject: [PATCH] - removed duplicate, unused string $PALANG['pPassword_too_short_error'] again. Please use the existing string pPasswordTooShort git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@263 a1433add-5e2c-0410-b055-b7f2511e0802 --- languages/en.lang | 1 - 1 file changed, 1 deletion(-) diff --git a/languages/en.lang b/languages/en.lang index a885a29b..af060335 100644 --- a/languages/en.lang +++ b/languages/en.lang @@ -160,7 +160,6 @@ $PALANG['pPassword_password_text_error'] = 'The password $PALANG['pPassword_button'] = 'Change Password'; $PALANG['pPassword_result_error'] = 'Unable to change your password!'; $PALANG['pPassword_result_success'] = 'Your password has been changed!'; -$PALANG['pPassword_too_short_error'] = "Password must be longer than {$CONF['min_password_length']} characters"; $PALANG['pEdit_vacation_set'] = 'Change / Set away message'; $PALANG['pEdit_vacation_remove'] = 'Remove away message';