aboutsummaryrefslogtreecommitdiffstats
path: root/profile.php
diff options
context:
space:
mode:
authorrvelices <rv-github@modusoptimus.com>2011-11-29 20:44:38 +0000
committerrvelices <rv-github@modusoptimus.com>2011-11-29 20:44:38 +0000
commitf75a41d9b96a00201f315bd7704b2f15ecfb8db1 (patch)
treeb716e4ecb195a1fbe48e8182270faf52e3500921 /profile.php
parent5fc6e5f1269655550e6c30def79ad285b49dd6ad (diff)
language cleanup (exact duplicates or almost same duplicate)
git-svn-id: http://piwigo.org/svn/trunk@12672 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'profile.php')
-rw-r--r--profile.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/profile.php b/profile.php
index 402b03971..779e4ea81 100644
--- a/profile.php
+++ b/profile.php
@@ -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') )