aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicofuma <github@nicofuma.fr>2014-04-28 18:44:56 +0200
committerNicofuma <github@nicofuma.fr>2014-04-28 18:44:56 +0200
commit5c33c201869f224af775c016f0281640a70e8a3a (patch)
tree8a86979497f87662d15f3524b033d832c03da7c1
parent5ec9f40b7898f4b38f5505f3fece18bafae5807c (diff)
downloadforums-5c33c201869f224af775c016f0281640a70e8a3a.tar
forums-5c33c201869f224af775c016f0281640a70e8a3a.tar.gz
forums-5c33c201869f224af775c016f0281640a70e8a3a.tar.bz2
forums-5c33c201869f224af775c016f0281640a70e8a3a.tar.xz
forums-5c33c201869f224af775c016f0281640a70e8a3a.zip
[ticket/12445] Change the formulation
PHPBB3-12445
-rw-r--r--phpBB/language/en/acp/common.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/language/en/acp/common.php b/phpBB/language/en/acp/common.php
index 7e8ee0e15c..197aa7da6b 100644
--- a/phpBB/language/en/acp/common.php
+++ b/phpBB/language/en/acp/common.php
@@ -551,7 +551,7 @@ $lang = array_merge($lang, array(
'LOG_PM_REPORT_CLOSED' => '<strong>Closed PM report</strong><br />» %s',
'LOG_PM_REPORT_DELETED' => '<strong>Deleted PM report</strong><br />» %s',
'LOG_POST_APPROVED' => '<strong>Approved post</strong><br />» %s',
- 'LOG_POST_DISAPPROVED' => '<strong>Disapproved post “%1$s” written by “%3$s” with the following reason</strong><br />» %2$s',
+ 'LOG_POST_DISAPPROVED' => '<strong>Disapproved post “%1$s” written by “%3$s” for the following reason</strong><br />» %2$s',
'LOG_POST_EDITED' => '<strong>Edited post “%1$s” written by</strong><br />» %2$s',
'LOG_POST_RESTORED' => '<strong>Restored post</strong><br />» %s',
'LOG_REPORT_CLOSED' => '<strong>Closed report</strong><br />» %s',
@@ -564,7 +564,7 @@ $lang = array_merge($lang, array(
'LOG_TOPIC_APPROVED' => '<strong>Approved topic</strong><br />» %s',
'LOG_TOPIC_RESTORED' => '<strong>Restored topic</strong><br />» %s',
- 'LOG_TOPIC_DISAPPROVED' => '<strong>Disapproved topic “%1$s” written by “%3$s” with the following reason</strong><br />» %2$s',
+ 'LOG_TOPIC_DISAPPROVED' => '<strong>Disapproved topic “%1$s” written by “%3$s” for the following reason</strong><br />» %2$s',
'LOG_TOPIC_RESYNC' => '<strong>Resynchronised topic counters</strong><br />» %s',
'LOG_TOPIC_TYPE_CHANGED' => '<strong>Changed topic type</strong><br />» %s',
'LOG_UNLOCK' => '<strong>Unlocked topic</strong><br />» %s',