diff options
author | Yuriy Rusko <marshalrusty@phpbb.com> | 2010-02-28 21:01:16 +0000 |
---|---|---|
committer | Yuriy Rusko <marshalrusty@phpbb.com> | 2010-02-28 21:01:16 +0000 |
commit | d62068cfadcc1478a2f8dd6e7da81dea6cee71ff (patch) | |
tree | d16c301ec80ada01e248a5a9b08a36c02e8aa5b8 /phpBB | |
parent | 5bd9d461e0b8eeeb49d57443bd726476fcd38e70 (diff) | |
download | forums-d62068cfadcc1478a2f8dd6e7da81dea6cee71ff.tar forums-d62068cfadcc1478a2f8dd6e7da81dea6cee71ff.tar.gz forums-d62068cfadcc1478a2f8dd6e7da81dea6cee71ff.tar.bz2 forums-d62068cfadcc1478a2f8dd6e7da81dea6cee71ff.tar.xz forums-d62068cfadcc1478a2f8dd6e7da81dea6cee71ff.zip |
#58285 - Language pack fix
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10556 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/language/en/acp/board.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/language/en/acp/board.php b/phpBB/language/en/acp/board.php index 7f07237fbf..ce57b07eae 100644 --- a/phpBB/language/en/acp/board.php +++ b/phpBB/language/en/acp/board.php @@ -85,7 +85,7 @@ $lang = array_merge($lang, array( 'ALLOW_SMILIES' => 'Allow smilies', 'ALLOW_TOPIC_NOTIFY' => 'Allow subscribing to topics', 'BOARD_PM' => 'Private messaging', - 'BOARD_PM_EXPLAIN' => 'Enable or disable private messaging for all users.', + 'BOARD_PM_EXPLAIN' => 'Enable private messaging for all users.', )); // Avatar Settings |