mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/9068] Added a missing comma in acp load settings explanation text.
PHPBB3-9068
This commit is contained in:
parent
0dc05a2d84
commit
afff4f7923
1 changed files with 1 additions and 1 deletions
|
@ -360,7 +360,7 @@ $lang = array_merge($lang, array(
|
||||||
'RECOMPILE_STYLES' => 'Recompile stale style components',
|
'RECOMPILE_STYLES' => 'Recompile stale style components',
|
||||||
'RECOMPILE_STYLES_EXPLAIN' => 'Check for updated style components on filesystem and recompile.',
|
'RECOMPILE_STYLES_EXPLAIN' => 'Check for updated style components on filesystem and recompile.',
|
||||||
'YES_ANON_READ_MARKING' => 'Enable topic marking for guests',
|
'YES_ANON_READ_MARKING' => 'Enable topic marking for guests',
|
||||||
'YES_ANON_READ_MARKING_EXPLAIN' => 'Stores read/unread status information for guests. If disabled posts are always read for guests.',
|
'YES_ANON_READ_MARKING_EXPLAIN' => 'Stores read/unread status information for guests. If disabled, posts are always marked read for guests.',
|
||||||
'YES_BIRTHDAYS' => 'Enable birthday listing',
|
'YES_BIRTHDAYS' => 'Enable birthday listing',
|
||||||
'YES_BIRTHDAYS_EXPLAIN' => 'If disabled the birthday listing is no longer displayed. To let this setting take effect the birthday feature needs to be enabled too.',
|
'YES_BIRTHDAYS_EXPLAIN' => 'If disabled the birthday listing is no longer displayed. To let this setting take effect the birthday feature needs to be enabled too.',
|
||||||
'YES_JUMPBOX' => 'Enable display of jumpbox',
|
'YES_JUMPBOX' => 'Enable display of jumpbox',
|
||||||
|
|
Loading…
Add table
Reference in a new issue