aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/mcp.php
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2012-08-29 18:42:14 +0200
committerJoas Schilling <nickvergessen@gmx.de>2012-08-29 18:42:14 +0200
commit8a036fa3e4e1fc51a3eb7fded346ccbd84a291b5 (patch)
tree48f27dd0727d879a620d3ebc39cdc45f3c5db9cc /phpBB/language/en/mcp.php
parentb774c09c7f25e3119eeffe7363c91c7b9fd6dbf7 (diff)
downloadforums-8a036fa3e4e1fc51a3eb7fded346ccbd84a291b5.tar
forums-8a036fa3e4e1fc51a3eb7fded346ccbd84a291b5.tar.gz
forums-8a036fa3e4e1fc51a3eb7fded346ccbd84a291b5.tar.bz2
forums-8a036fa3e4e1fc51a3eb7fded346ccbd84a291b5.tar.xz
forums-8a036fa3e4e1fc51a3eb7fded346ccbd84a291b5.zip
[feature/soft-delete] Update restoring feature to use ajax if requested.
Also fixes the mcp as a hole: - displayes a success message - gives a link to the post, if only one was restored 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 175fa72829..95d09028ce 100644
--- a/phpBB/language/en/mcp.php
+++ b/phpBB/language/en/mcp.php
@@ -201,8 +201,8 @@ $lang = array_merge($lang, array(
'MCP_QUEUE_UNAPPROVED_POSTS_EXPLAIN' => 'This is a list of all posts which require approving before they will be visible to users.',
'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 soft deleted. You can restore or permanently delete the posts from this screen.',
+ 'MCP_QUEUE_DELETED_POSTS' => 'Deleted posts',
+ 'MCP_QUEUE_DELETED_POSTS_EXPLAIN' => 'This is a list of all posts which have been soft deleted. You can restore or permanently delete the posts from this screen.',
'MCP_VIEW_USER' => 'View warnings for a specific user',