mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-10 02:33:02 +02: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:
+2
-2
@@ -51,7 +51,7 @@ function process_password_request()
|
||||
|
||||
if (empty($_POST['username_or_email']))
|
||||
{
|
||||
array_push($page['errors'], l10n('Enter a username or email address'));
|
||||
array_push($page['errors'], l10n('Invalid username or email'));
|
||||
return false;
|
||||
}
|
||||
|
||||
@@ -321,7 +321,7 @@ if ('lost' == $page['action'] and !is_a_guest())
|
||||
// | template initialization |
|
||||
// +-----------------------------------------------------------------------+
|
||||
|
||||
$title = l10n('Reset Password');
|
||||
$title = l10n('Password Reset');
|
||||
if ('lost' == $page['action'])
|
||||
{
|
||||
$title = l10n('Forgot your password?');
|
||||
|
||||
Reference in New Issue
Block a user