aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/mcp.php
diff options
context:
space:
mode:
authorAndreas Fischer <bantu@phpbb.com>2011-05-23 23:56:55 +0200
committerAndreas Fischer <bantu@phpbb.com>2011-05-23 23:56:55 +0200
commit09776d2302b751ea9d6d49d5d1c27e634bce7a7f (patch)
tree9e95988d09c22bdd1a3998583235b55281182500 /phpBB/language/en/mcp.php
parent93a8c54bcb9d3590493da52457ef249aa37ce42d (diff)
parente0ce73e3b8bf96034327a1b7a1abdb21dfa1abca (diff)
downloadforums-09776d2302b751ea9d6d49d5d1c27e634bce7a7f.tar
forums-09776d2302b751ea9d6d49d5d1c27e634bce7a7f.tar.gz
forums-09776d2302b751ea9d6d49d5d1c27e634bce7a7f.tar.bz2
forums-09776d2302b751ea9d6d49d5d1c27e634bce7a7f.tar.xz
forums-09776d2302b751ea9d6d49d5d1c27e634bce7a7f.zip
Merge branch 'develop-olympus' into develop
* develop-olympus: [ticket/9630] Make language for moving posts clearer in quickmod/mcp.
Diffstat (limited to 'phpBB/language/en/mcp.php')
-rw-r--r--phpBB/language/en/mcp.php5
1 files changed, 2 insertions, 3 deletions
diff --git a/phpBB/language/en/mcp.php b/phpBB/language/en/mcp.php
index e2c0012430..16d6db061e 100644
--- a/phpBB/language/en/mcp.php
+++ b/phpBB/language/en/mcp.php
@@ -209,9 +209,8 @@ $lang = array_merge($lang, array(
'MCP_WARN_POST' => 'Warn for specific post',
'MCP_WARN_USER' => 'Warn user',
- 'MERGE_POSTS' => 'Merge posts',
- 'MERGE_POSTS_CONFIRM' => 'Are you sure you want to merge the selected posts?',
- 'MERGE_TOPIC_EXPLAIN' => 'Using the form below you can merge selected posts into another topic. These posts will not be reordered and will appear as if the users posted them to the new topic.<br />Please enter the destination topic id or click on “Select topic” to search for one.',
+ 'MERGE_POSTS_CONFIRM' => 'Are you sure you want to move the selected posts?',
+ 'MERGE_TOPIC_EXPLAIN' => 'Using the form below you can move selected posts into another topic. The posts will be split from this topic and merged into the other topic. These posts will not be reordered and will appear as if the users posted them to the new topic.<br />Please enter the destination topic id or click on “Select topic” to search for one.',
'MERGE_TOPIC_ID' => 'Destination topic identification number',
'MERGE_TOPICS' => 'Merge topics',
'MERGE_TOPICS_CONFIRM' => 'Are you sure you want to merge the selected topics?',