aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/acp/board.php
diff options
context:
space:
mode:
authorDavid King <imkingdavid@gmail.com>2013-09-12 09:21:40 -0700
committerDavid King <imkingdavid@gmail.com>2013-09-12 09:21:40 -0700
commit6f4ad0bcfab67dfad074f6494edda6490bfb1d82 (patch)
treee12ca24945548a05835769c49caf85b44c559e4f /phpBB/language/en/acp/board.php
parent8e9ee0a4dc04d543a14808e66c253265844f838e (diff)
downloadforums-6f4ad0bcfab67dfad074f6494edda6490bfb1d82.tar
forums-6f4ad0bcfab67dfad074f6494edda6490bfb1d82.tar.gz
forums-6f4ad0bcfab67dfad074f6494edda6490bfb1d82.tar.bz2
forums-6f4ad0bcfab67dfad074f6494edda6490bfb1d82.tar.xz
forums-6f4ad0bcfab67dfad074f6494edda6490bfb1d82.zip
[ticket/11824] Update language string for board settings
PHPBB3-11824
Diffstat (limited to 'phpBB/language/en/acp/board.php')
-rw-r--r--phpBB/language/en/acp/board.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/language/en/acp/board.php b/phpBB/language/en/acp/board.php
index cde96fe2fd..3148880c9d 100644
--- a/phpBB/language/en/acp/board.php
+++ b/phpBB/language/en/acp/board.php
@@ -428,7 +428,7 @@ $lang = array_merge($lang, array(
'ICONS_PATH' => 'Post icons storage path',
'ICONS_PATH_EXPLAIN' => 'Path under your phpBB root directory, e.g. <samp>images/icons</samp>.',
'MOD_REWRITE_ENABLE' => 'Enable URL Rewriting',
- 'MOD_REWRITE_ENABLE_EXPLAIN' => 'When disabled, URL paths will include app.php. When enabled, URL paths will not include app.php.<br /><strong>This option requires the Apache module mod_rewrite to be enabled and the appropriate rewrite rules must be present in .htaccess.</strong>',
+ 'MOD_REWRITE_ENABLE_EXPLAIN' => 'When enabled, URLs containing ’app.php’ will be rewritten to remove the filename (i.e. app.php/foo will become /foo). <strong>Apache server’s mod_rewrite module is required for this functionality to work; if this option is enabled without mod_rewrite support, URLs on your board may be broken.</strong>',
'MOD_REWRITE_DISABLED' => 'The <strong>mod_rewrite</strong> module on your Apache web server is disabled. Enable the module or contact your web hosting provider if you wish to enable this feature.',
'MOD_REWRITE_INFORMATION_UNAVAILABLE' => 'We are unable to determine whether or not this server supports URL rewriting. This setting may be enabled but if URL rewriting is not available, paths generated by this board (such as for use in links) may be broken. Contact your web hosting provider if you are unsure whether or not you can safely enable this feature.',
'PATH_SETTINGS' => 'Path settings',