aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/acp/board.php
diff options
context:
space:
mode:
authorAndreas Fischer <bantu@phpbb.com>2009-06-19 15:30:38 +0000
committerAndreas Fischer <bantu@phpbb.com>2009-06-19 15:30:38 +0000
commit6e884de00060c3632e1e7fa25c84c4e602fd46e8 (patch)
treec91081fc1ccd5a6a5f967c4f884ac5c17db32bc0 /phpBB/language/en/acp/board.php
parentbdcdf4fc93de034ece3581de3c9f79e7afccc8e1 (diff)
downloadforums-6e884de00060c3632e1e7fa25c84c4e602fd46e8.tar
forums-6e884de00060c3632e1e7fa25c84c4e602fd46e8.tar.gz
forums-6e884de00060c3632e1e7fa25c84c4e602fd46e8.tar.bz2
forums-6e884de00060c3632e1e7fa25c84c4e602fd46e8.tar.xz
forums-6e884de00060c3632e1e7fa25c84c4e602fd46e8.zip
Follow coding guidelines for language strings (Related to r9575, Bug #46875 - Patch for acp/board by Raimon).
Authorised by: naderman git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9631 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/en/acp/board.php')
-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 e1739f229a..50f7ff612e 100644
--- a/phpBB/language/en/acp/board.php
+++ b/phpBB/language/en/acp/board.php
@@ -239,14 +239,14 @@ $lang = array_merge($lang, array(
'ACP_FEED_ENABLE' => 'Enable Feeds',
'ACP_FEED_ENABLE_EXPLAIN' => 'Turns on or off ATOM Feeds for the entire board.<br />Disabling this switches off all Feeds, no matter how the options below are set.',
'ACP_FEED_LIMIT' => 'Number of items',
- 'ACP_FEED_LIMIT_EXPLAI' => 'The maximum number of feed items to display.',
+ 'ACP_FEED_LIMIT_EXPLAIN' => 'The maximum number of feed items to display.',
'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_TOPIC' => 'Enable overall topics feed',
- 'ACP_FEED_OVERALL_TOPIC_EXPLAIN' => 'Enables the &quot;All Topics&quot; 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.',