mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-06 09:52:29 +02:00
language cleanup (exact duplicates or almost same duplicate)
git-svn-id: http://piwigo.org/svn/trunk@12672 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
+1
-1
@@ -177,7 +177,7 @@ function save_profile_from_post($userdata, &$errors)
|
||||
// password must be the same as its confirmation
|
||||
if ($_POST['use_new_pwd'] != $_POST['passwordConf'])
|
||||
{
|
||||
$errors[] = l10n('New password confirmation does not correspond');
|
||||
$errors[] = l10n('The passwords do not match');
|
||||
}
|
||||
|
||||
if ( !defined('IN_ADMIN') )
|
||||
|
||||
Reference in New Issue
Block a user