diff options
Diffstat (limited to 'phpBB/language/en')
| -rw-r--r-- | phpBB/language/en/acp/board.php | 4 | ||||
| -rw-r--r-- | phpBB/language/en/common.php | 4 | 
2 files changed, 4 insertions, 4 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 "All 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.', diff --git a/phpBB/language/en/common.php b/phpBB/language/en/common.php index 9e5de4d61b..8b0e60b75c 100644 --- a/phpBB/language/en/common.php +++ b/phpBB/language/en/common.php @@ -383,8 +383,8 @@ $lang = array_merge($lang, array(  	'NO_ONLINE_USERS'			=> 'No registered users',  	'NO_POSTS'					=> 'No posts',  	'NO_POSTS_TIME_FRAME'		=> 'No posts exist inside this topic for the selected time frame.', -	'NO_FEED_ENABLED'			=> 'Feeds are not enabled.', -	'NO_FEED'					=> 'Couldn\'t find Feed.', +	'NO_FEED_ENABLED'			=> 'Feeds are not available on this board.', +	'NO_FEED'					=> 'The requested feed is not available.',  	'NO_SUBJECT'				=> 'No subject specified',								// Used for posts having no subject defined but displayed within management pages.  	'NO_SUCH_SEARCH_MODULE'		=> 'The specified search backend doesn’t exist.',  	'NO_SUPPORTED_AUTH_METHODS'	=> 'No supported authentication methods.',  | 
