diff options
author | pete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-04-26 08:57:57 +0000 |
---|---|---|
committer | pete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-04-26 08:57:57 +0000 |
commit | c92e67a8b1645216c7a7300372162f22c4b4d6e8 (patch) | |
tree | d5d79a525e338e08df4a7ea6831ec43de582339f /languages | |
parent | 652571ba2fbba360182cda980389f31d8669d411 (diff) | |
download | elgg-c92e67a8b1645216c7a7300372162f22c4b4d6e8.tar.gz elgg-c92e67a8b1645216c7a7300372162f22c4b4d6e8.tar.bz2 |
Updates to WalledGarden login. Lost password text simplified/shortened, text spacing adjusted, rule added to prevent custom css page background from showing on walledgarden login page.
git-svn-id: http://code.elgg.org/elgg/trunk@5867 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'languages')
-rw-r--r-- | languages/en.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/languages/en.php b/languages/en.php index bb57d2b16..aab05c8f4 100644 --- a/languages/en.php +++ b/languages/en.php @@ -426,7 +426,7 @@ To remove a widget drag it back to the <b>Widget gallery</b>.", 'user:password:resetreq:success' => 'Successfully requested a new password, email sent', 'user:password:resetreq:fail' => 'Could not request a new password.', - 'user:password:text' => 'To generate a new password, enter your username below. We will send the address of a unique verification page to you via email click on the link in the body of the message and a new password will be sent to you.', + 'user:password:text' => 'To request a new password, enter your username below and click the Request button.', 'user:persistent' => 'Remember me', /** |