diff options
author | Henry Sudhof <kellanved@phpbb.com> | 2007-06-26 14:27:22 +0000 |
---|---|---|
committer | Henry Sudhof <kellanved@phpbb.com> | 2007-06-26 14:27:22 +0000 |
commit | 78c1256e5cc3b5372c7b07cc4a13215c4f779c25 (patch) | |
tree | bcff93b4bda04f4105db34d18e0d08694f1df03c /phpBB/language/en/ucp.php | |
parent | 71b99a3f0449663eaf2a02a12119a1ceaad4409d (diff) | |
download | forums-78c1256e5cc3b5372c7b07cc4a13215c4f779c25.tar forums-78c1256e5cc3b5372c7b07cc4a13215c4f779c25.tar.gz forums-78c1256e5cc3b5372c7b07cc4a13215c4f779c25.tar.bz2 forums-78c1256e5cc3b5372c7b07cc4a13215c4f779c25.tar.xz forums-78c1256e5cc3b5372c7b07cc4a13215c4f779c25.zip |
Minor fixes
#12699
git-svn-id: file:///svn/phpbb/trunk@7800 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/en/ucp.php')
-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 304b9952d1..de000cd0b3 100644 --- a/phpBB/language/en/ucp.php +++ b/phpBB/language/en/ucp.php @@ -210,7 +210,7 @@ $lang = array_merge($lang, array( 'GLOBAL_ANNOUNCEMENT' => 'Global announcement', 'HIDE_ONLINE' => 'Hide my online status', - 'HIDE_ONLINE_EXPLAIN' => 'Changing this setting to "No" won\'t become effective until your next visit to the board.', + 'HIDE_ONLINE_EXPLAIN' => 'Changing this setting won\'t become effective until your next visit to the board.', 'HOLD_NEW_MESSAGES' => 'Do not accept new messages (New messages will be held back until enough space is available)', 'HOLD_NEW_MESSAGES_SHORT' => 'New messages will be held back', |