SF.net SVN: postfixadmin: [263] trunk/languages/en.lang
Brought to you by:
christian_boltz,
gingerdog
|
From: <chr...@us...> - 2007-12-06 22:21:28
|
Revision: 263
http://postfixadmin.svn.sourceforge.net/postfixadmin/?rev=263&view=rev
Author: christian_boltz
Date: 2007-12-06 14:21:29 -0800 (Thu, 06 Dec 2007)
Log Message:
-----------
- removed duplicate, unused string $PALANG['pPassword_too_short_error'] again.
Please use the existing string pPasswordTooShort
Modified Paths:
--------------
trunk/languages/en.lang
Modified: trunk/languages/en.lang
===================================================================
--- trunk/languages/en.lang 2007-12-06 21:54:20 UTC (rev 262)
+++ trunk/languages/en.lang 2007-12-06 22:21:29 UTC (rev 263)
@@ -160,7 +160,6 @@
$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';
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|