diff options
author | rvelices <rv-github@modusoptimus.com> | 2011-11-29 20:44:38 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2011-11-29 20:44:38 +0000 |
commit | f75a41d9b96a00201f315bd7704b2f15ecfb8db1 (patch) | |
tree | b716e4ecb195a1fbe48e8182270faf52e3500921 /password.php | |
parent | 5fc6e5f1269655550e6c30def79ad285b49dd6ad (diff) |
language cleanup (exact duplicates or almost same duplicate)
git-svn-id: http://piwigo.org/svn/trunk@12672 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | password.php | 4 |
1 files changed, 2 insertions, 2 deletions
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?'); |