From f75a41d9b96a00201f315bd7704b2f15ecfb8db1 Mon Sep 17 00:00:00 2001 From: rvelices Date: Tue, 29 Nov 2011 20:44:38 +0000 Subject: language cleanup (exact duplicates or almost same duplicate) git-svn-id: http://piwigo.org/svn/trunk@12672 68402e56-0260-453c-a942-63ccdbb3a9ee --- password.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'password.php') diff --git a/password.php b/password.php index d53df09a6..1dd88cd17 100644 --- a/password.php +++ b/password.php @@ -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?'); -- cgit v1.2.3