diff options
author | Henry Sudhof <kellanved@phpbb.com> | 2007-05-15 17:14:25 +0000 |
---|---|---|
committer | Henry Sudhof <kellanved@phpbb.com> | 2007-05-15 17:14:25 +0000 |
commit | ec4b04ae8288b33c9cb642eefca7dddddda67847 (patch) | |
tree | 4005541898899ea58814bd5d9fb29cc046c055c3 /phpBB/language | |
parent | 88f476be53320f2b1222b1302e4452e3ca240b8e (diff) | |
download | forums-ec4b04ae8288b33c9cb642eefca7dddddda67847.tar forums-ec4b04ae8288b33c9cb642eefca7dddddda67847.tar.gz forums-ec4b04ae8288b33c9cb642eefca7dddddda67847.tar.bz2 forums-ec4b04ae8288b33c9cb642eefca7dddddda67847.tar.xz forums-ec4b04ae8288b33c9cb642eefca7dddddda67847.zip |
The message shouldn't be displayed at all(now), unless there's foul play invlolved.
#10968
git-svn-id: file:///svn/phpbb/trunk@7592 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language')
-rw-r--r-- | phpBB/language/en/ucp.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/language/en/ucp.php b/phpBB/language/en/ucp.php index e4b8f9476f..4174330d5c 100644 --- a/phpBB/language/en/ucp.php +++ b/phpBB/language/en/ucp.php @@ -228,7 +228,7 @@ $lang = array_merge($lang, array( 'LINK_REMOTE_SIZE_EXPLAIN' => 'Specify the width and height of the avatar, leave blank to attempt automatic verification.', 'LOGIN_EXPLAIN_UCP' => 'Please login in order to access the User Control Panel.', 'LOGIN_REDIRECT' => 'You have been successfully logged in.', - 'LOGOUT_FAILED' => 'You were not logged out, as the request did not match your session.', + 'LOGOUT_FAILED' => 'You were not logged out, as the request did not match your session. Please contact the board administrator if you continue to experience problems.', 'LOGOUT_REDIRECT' => 'You have been successfully logged out.', 'MARK_IMPORTANT' => 'Mark/Unmark as important', |