diff options
author | Jerome Bakker <jeabakker@coldtrick.com> | 2012-11-08 11:10:44 +0100 |
---|---|---|
committer | Steve Clay <steve@mrclay.org> | 2012-11-14 20:35:39 -0500 |
commit | 72c444e03c02d0e77af1d2717d933cdc6e9b2175 (patch) | |
tree | 649854e59d28e699801e173e83863f987a740088 /languages/en.php | |
parent | b2232139f13b759e8f5ce62def75eaeaa530a5b6 (diff) | |
download | elgg-72c444e03c02d0e77af1d2717d933cdc6e9b2175.tar.gz elgg-72c444e03c02d0e77af1d2717d933cdc6e9b2175.tar.bz2 |
Added missing language key for LoginException:Unknown
Diffstat (limited to 'languages/en.php')
-rw-r--r-- | languages/en.php | 1 |
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', |