aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/acp/common.php
diff options
context:
space:
mode:
authorNicofuma <github@nicofuma.fr>2014-04-28 18:43:29 +0200
committerTristan Darricau <github@nicofuma.fr>2014-05-04 15:43:11 +0200
commitfee4e6193397234afe0de57aa0045b9a11bf8fe5 (patch)
treeb70878ac235cdd614ce8fc63014d41fb3f0e1860 /phpBB/language/en/acp/common.php
parent1c336c355965fbe47717744e0d5fb04125d12247 (diff)
downloadforums-fee4e6193397234afe0de57aa0045b9a11bf8fe5.tar
forums-fee4e6193397234afe0de57aa0045b9a11bf8fe5.tar.gz
forums-fee4e6193397234afe0de57aa0045b9a11bf8fe5.tar.bz2
forums-fee4e6193397234afe0de57aa0045b9a11bf8fe5.tar.xz
forums-fee4e6193397234afe0de57aa0045b9a11bf8fe5.zip
[ticket/11942] Change the formulation
PHPBB3-11942
Diffstat (limited to 'phpBB/language/en/acp/common.php')
-rw-r--r--phpBB/language/en/acp/common.php8
1 files changed, 4 insertions, 4 deletions
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' => '<strong>Approved topic</strong><br />» %s',
'LOG_BUMP_TOPIC' => '<strong>User bumped topic</strong><br />» %s',
- 'LOG_DELETE_POST' => '<strong>Deleted post “%1$s” written by “%2$s” with the following reason</strong><br />» %3$s',
+ 'LOG_DELETE_POST' => '<strong>Deleted post “%1$s” written by “%2$s” for the following reason</strong><br />» %3$s',
'LOG_DELETE_SHADOW_TOPIC' => '<strong>Deleted shadow topic</strong><br />» %s',
- 'LOG_DELETE_TOPIC' => '<strong>Deleted topic “%1$s” written by “%2$s” with the following reason</strong><br />» %3$s',
+ 'LOG_DELETE_TOPIC' => '<strong>Deleted topic “%1$s” written by “%2$s” for the following reason</strong><br />» %3$s',
'LOG_FORK' => '<strong>Copied topic</strong><br />» from %s',
'LOG_LOCK' => '<strong>Locked topic</strong><br />» %s',
'LOG_LOCK_POST' => '<strong>Locked post</strong><br />» %s',
@@ -556,8 +556,8 @@ $lang = array_merge($lang, array(
'LOG_REPORT_CLOSED' => '<strong>Closed report</strong><br />» %s',
'LOG_REPORT_DELETED' => '<strong>Deleted report</strong><br />» %s',
'LOG_RESTORE_TOPIC' => '<strong>Restored topic “%1$s” written by</strong><br />» %2$s',
- 'LOG_SOFTDELETE_POST' => '<strong>Soft deleted post “%1$s” written by “%2$s” with the following reason</strong><br />» %3$s',
- 'LOG_SOFTDELETE_TOPIC' => '<strong>Soft deleted topic “%1$s” written by “%2$s” with the following reason</strong><br />» %3$s',
+ 'LOG_SOFTDELETE_POST' => '<strong>Soft deleted post “%1$s” written by “%2$s” for the following reason</strong><br />» %3$s',
+ 'LOG_SOFTDELETE_TOPIC' => '<strong>Soft deleted topic “%1$s” written by “%2$s” for the following reason</strong><br />» %3$s',
'LOG_SPLIT_DESTINATION' => '<strong>Moved split posts</strong><br />» to %s',
'LOG_SPLIT_SOURCE' => '<strong>Split posts</strong><br />» from %s',