diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html
index 2a3fca7f53..554dbfa7a3 100644
--- a/phpBB/docs/CHANGELOG.html
+++ b/phpBB/docs/CHANGELOG.html
@@ -138,6 +138,7 @@
[Change] Reply to PM now includes all previous recipients and not only the original sender.
[Change] Make topic selection for merge less confusing by removing unneeded controls. (Bug #21925)
[Change] MCP topic view checkboxes now default to unchecked.
+ [Change] Adjust language key SPLIT_AFTER to make the action clearer.
[Feature] Allow limited inheritance for template sets.
[Feature] Allow hard disabling of the template editor.
diff --git a/phpBB/language/en/mcp.php b/phpBB/language/en/mcp.php
index f53babdc69..4172d162c3 100644
--- a/phpBB/language/en/mcp.php
+++ b/phpBB/language/en/mcp.php
@@ -292,7 +292,7 @@ $lang = array_merge($lang, array(
'SORT_DATE' => 'Date',
'SORT_IP' => 'IP address',
'SORT_WARNINGS' => 'Warnings',
- 'SPLIT_AFTER' => 'Split from selected post',
+ 'SPLIT_AFTER' => 'Split topic from selected post onwards',
'SPLIT_FORUM' => 'Forum for new topic',
'SPLIT_POSTS' => 'Split selected posts',
'SPLIT_SUBJECT' => 'New topic title',