diff options
author | PayBas <contact@paybas.com> | 2014-09-15 14:49:56 +0200 |
---|---|---|
committer | PayBas <contact@paybas.com> | 2014-09-15 14:49:56 +0200 |
commit | 5a780dfab1ba972bc116b4fdd4e8dfa186f9c74a (patch) | |
tree | c59456c54c8f0265654181c3365aaa7388837e19 /phpBB/language/en/acp/board.php | |
parent | aaddf41e5b105c6e1b57a5e75267db69576afdf6 (diff) | |
download | forums-5a780dfab1ba972bc116b4fdd4e8dfa186f9c74a.tar forums-5a780dfab1ba972bc116b4fdd4e8dfa186f9c74a.tar.gz forums-5a780dfab1ba972bc116b4fdd4e8dfa186f9c74a.tar.bz2 forums-5a780dfab1ba972bc116b4fdd4e8dfa186f9c74a.tar.xz forums-5a780dfab1ba972bc116b4fdd4e8dfa186f9c74a.zip |
[ticket/12408] Clarify the behavior of "override style"
PHPBB3-12408
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 07bf927936..2e4f89a6ae 100644 --- a/phpBB/language/en/acp/board.php +++ b/phpBB/language/en/acp/board.php @@ -55,7 +55,7 @@ $lang = array_merge($lang, array( 'GUEST_STYLE' => 'Guest style', 'GUEST_STYLE_EXPLAIN' => 'The board style for guests.', 'OVERRIDE_STYLE' => 'Override user style', - 'OVERRIDE_STYLE_EXPLAIN' => 'Replaces user’s style with the default.', + 'OVERRIDE_STYLE_EXPLAIN' => 'Replaces user’s (and guest’s) style with the style as defined under "Default style".', 'SITE_DESC' => 'Site description', 'SITE_HOME_TEXT' => 'Main website text', 'SITE_HOME_TEXT_EXPLAIN' => 'This text will be displayed as a link to your website homepage in the board’s breadcrumbs. If not specified, it will default to “Home”.', |