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:
rvelices 2011-11-29 20:44:38 +00:00
parent 5fc6e5f126
commit f75a41d9b9
79 changed files with 581 additions and 786 deletions

View file

@ -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') )