Merge pull request #2105 from Crizz0/ticket/12106

[ticket/12106] Adds a explaination that admin/mods still able to use the...
This commit is contained in:
Nathan Guse 2014-03-10 21:49:29 -05:00
commit 9aa947f7fb

View file

@ -44,7 +44,7 @@ $lang = array_merge($lang, array(
'DEFAULT_LANGUAGE' => 'Default language', 'DEFAULT_LANGUAGE' => 'Default language',
'DEFAULT_STYLE' => 'Default style', 'DEFAULT_STYLE' => 'Default style',
'DISABLE_BOARD' => 'Disable board', 'DISABLE_BOARD' => 'Disable board',
'DISABLE_BOARD_EXPLAIN' => 'This will make the board unavailable to users. You can also enter a short (255 character) message to display if you wish.', 'DISABLE_BOARD_EXPLAIN' => 'This will make the board unavailable to users who are neither administrators nor moderators. You can also enter a short (255 character) message to display if you wish.',
'OVERRIDE_STYLE' => 'Override user style', 'OVERRIDE_STYLE' => 'Override user style',
'OVERRIDE_STYLE_EXPLAIN' => 'Replaces users style with the default.', 'OVERRIDE_STYLE_EXPLAIN' => 'Replaces users style with the default.',
'SITE_DESC' => 'Site description', 'SITE_DESC' => 'Site description',