diff options
author | Nick Anderegg <nick.anderegg@gmail.com> | 2010-04-28 17:05:12 -0400 |
---|---|---|
committer | Andreas Fischer <bantu@phpbb.com> | 2010-07-22 01:36:08 +0200 |
commit | afff4f79232233a4c6d3a5bcca6946bf9b92d0db (patch) | |
tree | c14390e5b85a576cfe842eb088627c6e31182fb0 | |
parent | 0dc05a2d8431ce01434dbe27b6708eefc59f2f68 (diff) | |
download | forums-afff4f79232233a4c6d3a5bcca6946bf9b92d0db.tar forums-afff4f79232233a4c6d3a5bcca6946bf9b92d0db.tar.gz forums-afff4f79232233a4c6d3a5bcca6946bf9b92d0db.tar.bz2 forums-afff4f79232233a4c6d3a5bcca6946bf9b92d0db.tar.xz forums-afff4f79232233a4c6d3a5bcca6946bf9b92d0db.zip |
[ticket/9068] Added a missing comma in acp load settings explanation text.
PHPBB3-9068
-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 80db81653d..91ee422a58 100644 --- a/phpBB/language/en/acp/board.php +++ b/phpBB/language/en/acp/board.php @@ -360,7 +360,7 @@ $lang = array_merge($lang, array( 'RECOMPILE_STYLES' => 'Recompile stale style components', '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_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_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', |