aboutsummaryrefslogtreecommitdiff
path: root/languages
diff options
context:
space:
mode:
authorJerome Bakker <jeabakker@coldtrick.com>2012-11-08 11:10:44 +0100
committerSteve Clay <steve@mrclay.org>2012-11-14 20:35:39 -0500
commit72c444e03c02d0e77af1d2717d933cdc6e9b2175 (patch)
tree649854e59d28e699801e173e83863f987a740088 /languages
parentb2232139f13b759e8f5ce62def75eaeaa530a5b6 (diff)
downloadelgg-72c444e03c02d0e77af1d2717d933cdc6e9b2175.tar.gz
elgg-72c444e03c02d0e77af1d2717d933cdc6e9b2175.tar.bz2
Added missing language key for LoginException:Unknown
Diffstat (limited to 'languages')
-rw-r--r--languages/en.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/languages/en.php b/languages/en.php
index bb5376a44..62b35dd81 100644
--- a/languages/en.php
+++ b/languages/en.php
@@ -229,6 +229,7 @@ $english = array(
'LoginException:PasswordFailure' => 'We could not log you in. Please check your username/email and password.',
'LoginException:AccountLocked' => 'Your account has been locked for too many log in failures.',
'LoginException:ChangePasswordFailure' => 'Failed current password check.',
+ 'LoginException:Unknown' => 'We could not log you in due to an unknown error.',
'deprecatedfunction' => 'Warning: This code uses the deprecated function \'%s\' and is not compatible with this version of Elgg',