[ticket/12408] Clarify the behavior of "override style"

PHPBB3-12408
This commit is contained in:
PayBas 2014-09-15 14:49:56 +02:00
parent aaddf41e5b
commit 5a780dfab1

View file

@ -55,7 +55,7 @@ $lang = array_merge($lang, array(
'GUEST_STYLE' => 'Guest style', 'GUEST_STYLE' => 'Guest style',
'GUEST_STYLE_EXPLAIN' => 'The board style for guests.', 'GUEST_STYLE_EXPLAIN' => 'The board style for guests.',
'OVERRIDE_STYLE' => 'Override user style', 'OVERRIDE_STYLE' => 'Override user style',
'OVERRIDE_STYLE_EXPLAIN' => 'Replaces users style with the default.', 'OVERRIDE_STYLE_EXPLAIN' => 'Replaces users (and guests) style with the style as defined under "Default style".',
'SITE_DESC' => 'Site description', 'SITE_DESC' => 'Site description',
'SITE_HOME_TEXT' => 'Main website text', 'SITE_HOME_TEXT' => 'Main website text',
'SITE_HOME_TEXT_EXPLAIN' => 'This text will be displayed as a link to your website homepage in the boards breadcrumbs. If not specified, it will default to “Home”.', 'SITE_HOME_TEXT_EXPLAIN' => 'This text will be displayed as a link to your website homepage in the boards breadcrumbs. If not specified, it will default to “Home”.',