mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
[ticket/12106] Combined first and second sentence
PHPBB3-12106
This commit is contained in:
parent
13327a13a0
commit
957e9aabc3
1 changed files with 1 additions and 1 deletions
|
@ -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. Only administrators and moderators are still able to use the board. 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 user’s style with the default.',
|
'OVERRIDE_STYLE_EXPLAIN' => 'Replaces user’s style with the default.',
|
||||||
'SITE_DESC' => 'Site description',
|
'SITE_DESC' => 'Site description',
|
||||||
|
|
Loading…
Add table
Reference in a new issue