- 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
postfixadmin-2.3
Christian Boltz 17 years ago
parent d688b00197
commit af19e515ed

@ -160,7 +160,6 @@ $PALANG['pPassword_password_text_error'] = '<span class="error_msg">The password
$PALANG['pPassword_button'] = 'Change Password';
$PALANG['pPassword_result_error'] = '<span class="error_msg">Unable to change your password!</span>';
$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';

Loading…
Cancel
Save