mirror of
https://github.com/Piwigo/Piwigo.git
synced 2025-04-26 11:19:55 +03: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:
parent
5fc6e5f126
commit
f75a41d9b9
79 changed files with 581 additions and 786 deletions
|
@ -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') )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue