diff --git a/phpBB/language/en/acp/common.php b/phpBB/language/en/acp/common.php
index 3dec17b05d..2cd7ef7b64 100644
--- a/phpBB/language/en/acp/common.php
+++ b/phpBB/language/en/acp/common.php
@@ -539,9 +539,9 @@ $lang = array_merge($lang, array(
'LOG_APPROVE_TOPIC' => 'Approved topic
» %s',
'LOG_BUMP_TOPIC' => 'User bumped topic
» %s',
- 'LOG_DELETE_POST' => 'Deleted post “%1$s” written by “%2$s” with the following reason
» %3$s',
+ 'LOG_DELETE_POST' => 'Deleted post “%1$s” written by “%2$s” for the following reason
» %3$s',
'LOG_DELETE_SHADOW_TOPIC' => 'Deleted shadow topic
» %s',
- 'LOG_DELETE_TOPIC' => 'Deleted topic “%1$s” written by “%2$s” with the following reason
» %3$s',
+ 'LOG_DELETE_TOPIC' => 'Deleted topic “%1$s” written by “%2$s” for the following reason
» %3$s',
'LOG_FORK' => 'Copied topic
» from %s',
'LOG_LOCK' => 'Locked topic
» %s',
'LOG_LOCK_POST' => 'Locked post
» %s',
@@ -556,8 +556,8 @@ $lang = array_merge($lang, array(
'LOG_REPORT_CLOSED' => 'Closed report
» %s',
'LOG_REPORT_DELETED' => 'Deleted report
» %s',
'LOG_RESTORE_TOPIC' => 'Restored topic “%1$s” written by
» %2$s',
- 'LOG_SOFTDELETE_POST' => 'Soft deleted post “%1$s” written by “%2$s” with the following reason
» %3$s',
- 'LOG_SOFTDELETE_TOPIC' => 'Soft deleted topic “%1$s” written by “%2$s” with the following reason
» %3$s',
+ 'LOG_SOFTDELETE_POST' => 'Soft deleted post “%1$s” written by “%2$s” for the following reason
» %3$s',
+ 'LOG_SOFTDELETE_TOPIC' => 'Soft deleted topic “%1$s” written by “%2$s” for the following reason
» %3$s',
'LOG_SPLIT_DESTINATION' => 'Moved split posts
» to %s',
'LOG_SPLIT_SOURCE' => 'Split posts
» from %s',