diff options
author | Cash Costello <cash.costello@gmail.com> | 2013-04-13 10:01:39 -0400 |
---|---|---|
committer | Cash Costello <cash.costello@gmail.com> | 2013-04-13 10:01:39 -0400 |
commit | 9b526b7867a461841e4f990d4ea7945660dac18d (patch) | |
tree | 98d983614ec39231aee1958af161f8451d8dfdcc | |
parent | 50c25a6ea62028d95390c7039d38d79a1e03abfe (diff) | |
download | elgg-9b526b7867a461841e4f990d4ea7945660dac18d.tar.gz elgg-9b526b7867a461841e4f990d4ea7945660dac18d.tar.bz2 |
Refs #5297 encourage users to try again now that they have been forwarded to the correct domain
-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 a3c6cf2bf..be86e12e6 100644 --- a/languages/en.php +++ b/languages/en.php @@ -1193,7 +1193,7 @@ You cannot reply to this email.", 'actiongatekeeper:timeerror' => 'The page you were using has expired. Please refresh and try again.', 'actiongatekeeper:pluginprevents' => 'A extension has prevented this form from being submitted.', 'actiongatekeeper:uploadexceeded' => 'The size of file(s) uploaded exceeded the limit set by your site administrator', - 'actiongatekeeper:crosssitelogin' => "Sorry, logging in from a different domain is not permitted.", + 'actiongatekeeper:crosssitelogin' => "Sorry, logging in from a different domain is not permitted. Please try again.", /** |