aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Fischer <bantu@phpbb.com>2010-07-22 01:41:02 +0200
committerAndreas Fischer <bantu@phpbb.com>2010-07-22 01:41:02 +0200
commitfc25fe694afdab683789c9ed962c77558f85796c (patch)
tree55bfb0c03278a1c0fd75b2635086484caec758c9
parent0f5814ac4f857fb754d99da7b5016bcef2f7c8b5 (diff)
parentafff4f79232233a4c6d3a5bcca6946bf9b92d0db (diff)
downloadforums-fc25fe694afdab683789c9ed962c77558f85796c.tar
forums-fc25fe694afdab683789c9ed962c77558f85796c.tar.gz
forums-fc25fe694afdab683789c9ed962c77558f85796c.tar.bz2
forums-fc25fe694afdab683789c9ed962c77558f85796c.tar.xz
forums-fc25fe694afdab683789c9ed962c77558f85796c.zip
Merge branch 'ticket/bantu/9068' into develop-olympus
* ticket/bantu/9068: [ticket/9068] Added a missing comma in acp load settings explanation text.
-rw-r--r--phpBB/language/en/acp/board.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/language/en/acp/board.php b/phpBB/language/en/acp/board.php
index ce0b81530d..8b12a926b0 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',