From f75a41d9b96a00201f315bd7704b2f15ecfb8db1 Mon Sep 17 00:00:00 2001 From: rvelices Date: Tue, 29 Nov 2011 20:44:38 +0000 Subject: language cleanup (exact duplicates or almost same duplicate) git-svn-id: http://piwigo.org/svn/trunk@12672 68402e56-0260-453c-a942-63ccdbb3a9ee --- profile.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'profile.php') 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') ) -- cgit v1.2.3