aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Fischer <bantu@phpbb.com>2009-12-23 02:51:49 +0000
committerAndreas Fischer <bantu@phpbb.com>2009-12-23 02:51:49 +0000
commit04945c5432a7d1b769f53b972f30ef4f558624a2 (patch)
treec67877a4480f4ac43bf8bfcec0b66985394a0962
parentce07fd5086897dd7a03a7d10c1843eab1b7049bd (diff)
downloadforums-04945c5432a7d1b769f53b972f30ef4f558624a2.tar
forums-04945c5432a7d1b769f53b972f30ef4f558624a2.tar.gz
forums-04945c5432a7d1b769f53b972f30ef4f558624a2.tar.bz2
forums-04945c5432a7d1b769f53b972f30ef4f558624a2.tar.xz
forums-04945c5432a7d1b769f53b972f30ef4f558624a2.zip
Also change All Topics strings for the time being.
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10369 89ea8834-ac86-4346-8a33-228a782c2dd0
-rw-r--r--phpBB/language/en/acp/board.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/language/en/acp/board.php b/phpBB/language/en/acp/board.php
index fc3279fb84..eb06a2f61b 100644
--- a/phpBB/language/en/acp/board.php
+++ b/phpBB/language/en/acp/board.php
@@ -262,8 +262,8 @@ $lang = array_merge($lang, array(
'ACP_FEED_OVERALL_FORUMS' => 'Enable forums feed',
'ACP_FEED_OVERALL_FORUMS_EXPLAIN' => 'Enables the “All forums” feed, which displays a list of forums.',
- 'ACP_FEED_OVERALL_TOPIC' => 'Enable overall topics feed',
- 'ACP_FEED_OVERALL_TOPIC_EXPLAIN' => 'Enables the “All Topics” feed',
+ 'ACP_FEED_OVERALL_TOPIC' => 'Enable topics feed',
+ 'ACP_FEED_OVERALL_TOPIC_EXPLAIN' => 'Enables the “All Topics” feed, which displays the last created topics including the first post.',
'ACP_FEED_FORUM' => 'Enable Per-Forum Feeds',
'ACP_FEED_FORUM_EXPLAIN' => 'Single forum new posts.',
'ACP_FEED_TOPIC' => 'Enable Per-Topic Feeds',