diff options
| author | Andreas Fischer <bantu@phpbb.com> | 2009-12-23 02:41:54 +0000 |
|---|---|---|
| committer | Andreas Fischer <bantu@phpbb.com> | 2009-12-23 02:41:54 +0000 |
| commit | ce07fd5086897dd7a03a7d10c1843eab1b7049bd (patch) | |
| tree | f9f46dfa207da45833d5feb079936f99297862ba /phpBB/language | |
| parent | 54c97ee6080d6a2cebbcd9dd079835376b48d597 (diff) | |
| download | forums-ce07fd5086897dd7a03a7d10c1843eab1b7049bd.tar forums-ce07fd5086897dd7a03a7d10c1843eab1b7049bd.tar.gz forums-ce07fd5086897dd7a03a7d10c1843eab1b7049bd.tar.bz2 forums-ce07fd5086897dd7a03a7d10c1843eab1b7049bd.tar.xz forums-ce07fd5086897dd7a03a7d10c1843eab1b7049bd.zip | |
Change forums feed language strings to reflect what it is.
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10368 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language')
| -rw-r--r-- | phpBB/language/en/acp/board.php | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/phpBB/language/en/acp/board.php b/phpBB/language/en/acp/board.php index 15d185df85..fc3279fb84 100644 --- a/phpBB/language/en/acp/board.php +++ b/phpBB/language/en/acp/board.php @@ -259,13 +259,11 @@ $lang = array_merge($lang, array( 'ACP_FEED_OVERALL' => 'Enable board-wide Feed', 'ACP_FEED_OVERALL_EXPLAIN' => 'Board-wide new posts.', - 'ACP_FEED_OVERALL_FORUMS' => 'Enable overall forums feed', - 'ACP_FEED_OVERALL_FORUMS_EXPLAIN' => 'This feed displays the latest posts from all forums topics.', - 'ACP_FEED_OVERALL_FORUMS_LIMIT' => 'Number of items per page to display in the forums feed', + '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_LIMIT' => 'Number of items per page to display in the topics feed', 'ACP_FEED_FORUM' => 'Enable Per-Forum Feeds', 'ACP_FEED_FORUM_EXPLAIN' => 'Single forum new posts.', 'ACP_FEED_TOPIC' => 'Enable Per-Topic Feeds', |
