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
+2 -2
View File
@@ -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?');