language cleanup (exact duplicates or almost same duplicate - capital/lower case first letter ...)

git-svn-id: http://piwigo.org/svn/trunk@12681 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
rvelices
2011-12-01 21:02:52 +00:00
parent 76780eb578
commit d1c4204a42
84 changed files with 135 additions and 317 deletions
+1 -1
View File
@@ -202,7 +202,7 @@ if ($conf['double_password_type_in_admin'] == true)
}
else if ($_POST['password'] != $_POST['password_conf'])
{
array_push($page['errors'], l10n('Password confirmation error.'));
array_push($page['errors'], l10n('The passwords do not match'));
}
else
{