aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/mcp.php
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2013-03-11 12:13:59 +0100
committerJoas Schilling <nickvergessen@gmx.de>2013-03-11 12:13:59 +0100
commit8b24ccb894b2ec515b4bed3c582b215d1d6baab9 (patch)
tree1524b8021d4a0306dab60f07016a76b9853690c6 /phpBB/language/en/mcp.php
parent4bd5d6c0977bfda1e75665ae28598e0b259c89e7 (diff)
downloadforums-8b24ccb894b2ec515b4bed3c582b215d1d6baab9.tar
forums-8b24ccb894b2ec515b4bed3c582b215d1d6baab9.tar.gz
forums-8b24ccb894b2ec515b4bed3c582b215d1d6baab9.tar.bz2
forums-8b24ccb894b2ec515b4bed3c582b215d1d6baab9.tar.xz
forums-8b24ccb894b2ec515b4bed3c582b215d1d6baab9.zip
[ticket/9657] Fix some language problems and inconsistences
PHPBB3-9657
Diffstat (limited to 'phpBB/language/en/mcp.php')
-rw-r--r--phpBB/language/en/mcp.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/language/en/mcp.php b/phpBB/language/en/mcp.php
index d260093cdb..f25c104545 100644
--- a/phpBB/language/en/mcp.php
+++ b/phpBB/language/en/mcp.php
@@ -202,9 +202,9 @@ $lang = array_merge($lang, array(
'MCP_QUEUE_UNAPPROVED_TOPICS' => 'Topics awaiting approval',
'MCP_QUEUE_UNAPPROVED_TOPICS_EXPLAIN' => 'This is a list of all topics which require approving before they will be visible to users.',
'MCP_QUEUE_DELETED_POSTS' => 'Deleted posts',
- 'MCP_QUEUE_DELETED_POSTS_EXPLAIN' => 'This is a list of all posts which have been deleted. You can restore or permanently delete the posts from this screen.',
+ 'MCP_QUEUE_DELETED_POSTS_EXPLAIN' => 'This is a list of all soft deleted posts. You can restore or permanently delete the posts from this screen.',
'MCP_QUEUE_DELETED_TOPICS' => 'Deleted topics',
- 'MCP_QUEUE_DELETED_TOPICS_EXPLAIN' => 'This is a list of all topics which have been deleted. You can restore or permanently delete the topics from this screen.',
+ 'MCP_QUEUE_DELETED_TOPICS_EXPLAIN' => 'This is a list of all soft deleted topics. You can restore or permanently delete the topics from this screen.',
'MCP_VIEW_USER' => 'View warnings for a specific user',