diff options
author | ben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-08-15 12:40:44 +0000 |
---|---|---|
committer | ben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-08-15 12:40:44 +0000 |
commit | 7d6294f759ea03c265260c00a6d1e62065f1bb2d (patch) | |
tree | 8859c5d71f90782a0d82c5dda574c036e1b43771 /languages | |
parent | 36f452604927ee85f46fcd746f8a8d790220fa03 (diff) | |
download | elgg-7d6294f759ea03c265260c00a6d1e62065f1bb2d.tar.gz elgg-7d6294f759ea03c265260c00a6d1e62065f1bb2d.tar.bz2 |
Language addition to make it clearer that you need to validate before you can log in.
git-svn-id: https://code.elgg.org/elgg/trunk@1936 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 6b9f9c4a1..1f114ab02 100644 --- a/languages/en.php +++ b/languages/en.php @@ -14,7 +14,7 @@ 'login' => "Log in",
'loginok' => "You have been logged in.",
- 'loginerror' => "We couldn't log you in. Make sure your details are correct and please try again.",
+ 'loginerror' => "We couldn't log you in. This may be because you haven't validated your account yet, or the details you supplied were incorrect. Make sure your details are correct and please try again.",
'logout' => "Log out",
'logoutok' => "You have been logged out.",
|