diff options
| author | Andreas Fischer <bantu@phpbb.com> | 2009-12-27 16:52:27 +0000 |
|---|---|---|
| committer | Andreas Fischer <bantu@phpbb.com> | 2009-12-27 16:52:27 +0000 |
| commit | 665359e929185408d3257d156f522148fde8053b (patch) | |
| tree | 4d3be53cefbe095fe82df46d7281332928cc3096 /phpBB | |
| parent | ab4f3157accf970b3026b689bd9cf4fd57a3a43e (diff) | |
| download | forums-665359e929185408d3257d156f522148fde8053b.tar forums-665359e929185408d3257d156f522148fde8053b.tar.gz forums-665359e929185408d3257d156f522148fde8053b.tar.bz2 forums-665359e929185408d3257d156f522148fde8053b.tar.xz forums-665359e929185408d3257d156f522148fde8053b.zip | |
Fix Bug #55935, r10382
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10384 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB')
| -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 949aa6766c..fac1b1fed0 100644 --- a/phpBB/language/en/acp/board.php +++ b/phpBB/language/en/acp/board.php @@ -252,7 +252,7 @@ $lang = array_merge($lang, array( 'ACP_FEED_GENERAL' => 'General Feed Settings', 'ACP_FEED_POST_BASED' => 'Post-based Feed Settings', 'ACP_FEED_TOPIC_BASED' => 'Topic-based Feed Settings', - 'ACP_FEED_SETTINGS_OTHER' => 'Other Feeds and Seetings', + 'ACP_FEED_SETTINGS_OTHER' => 'Other Feeds and Settings', '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.', |
