diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2007-02-23 13:50:27 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2007-02-23 13:50:27 +0000 |
commit | e855a348e3bb762ed2afd01343123980c26e6d46 (patch) | |
tree | 321611ff71907583894a8605718ac7336ba4ff1b /phpBB/language/en/acp/board.php | |
parent | 85a4e318819d4322684e8ee17d030064e8987a6b (diff) | |
download | forums-e855a348e3bb762ed2afd01343123980c26e6d46.tar forums-e855a348e3bb762ed2afd01343123980c26e6d46.tar.gz forums-e855a348e3bb762ed2afd01343123980c26e6d46.tar.bz2 forums-e855a348e3bb762ed2afd01343123980c26e6d46.tar.xz forums-e855a348e3bb762ed2afd01343123980c26e6d46.zip |
- fixed some convertor bugs
- adjusted forum standard access (+polls) role to include f_delete (no update, only new installations will have the change included)
git-svn-id: file:///svn/phpbb/trunk@7040 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/en/acp/board.php')
-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 865a68d60b..16fd53ce71 100644 --- a/phpBB/language/en/acp/board.php +++ b/phpBB/language/en/acp/board.php @@ -308,7 +308,7 @@ $lang = array_merge($lang, array( 'ENABLE_GZIP' => 'Enable GZip compression', 'FORCE_SERVER_VARS' => 'Force server URL settings', - 'FORCE_SERVER_VARS_EXPLAIN' => 'If set to yes the server settings defined here will be used in favour of the automatically determined values', + 'FORCE_SERVER_VARS_EXPLAIN' => 'If set to yes the server settings defined here will be used in favour of the automatically determined values.', 'ICONS_PATH' => 'Post icons storage path', 'ICONS_PATH_EXPLAIN' => 'Path under your phpBB root directory, e.g. <samp>images/icons</samp>', 'PATH_SETTINGS' => 'Path settings', |