From 5c33c201869f224af775c016f0281640a70e8a3a Mon Sep 17 00:00:00 2001 From: Nicofuma Date: Mon, 28 Apr 2014 18:44:56 +0200 Subject: [PATCH] [ticket/12445] Change the formulation PHPBB3-12445 --- phpBB/language/en/acp/common.php | 4 ++-- 1 file 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' => 'Closed PM report
» %s', 'LOG_PM_REPORT_DELETED' => 'Deleted PM report
» %s', 'LOG_POST_APPROVED' => 'Approved post
» %s', - 'LOG_POST_DISAPPROVED' => 'Disapproved post “%1$s” written by “%3$s” with the following reason
» %2$s', + 'LOG_POST_DISAPPROVED' => 'Disapproved post “%1$s” written by “%3$s” for the following reason
» %2$s', 'LOG_POST_EDITED' => 'Edited post “%1$s” written by
» %2$s', 'LOG_POST_RESTORED' => 'Restored post
» %s', 'LOG_REPORT_CLOSED' => 'Closed report
» %s', @@ -564,7 +564,7 @@ $lang = array_merge($lang, array( 'LOG_TOPIC_APPROVED' => 'Approved topic
» %s', 'LOG_TOPIC_RESTORED' => 'Restored topic
» %s', - 'LOG_TOPIC_DISAPPROVED' => 'Disapproved topic “%1$s” written by “%3$s” with the following reason
» %2$s', + 'LOG_TOPIC_DISAPPROVED' => 'Disapproved topic “%1$s” written by “%3$s” for the following reason
» %2$s', 'LOG_TOPIC_RESYNC' => 'Resynchronised topic counters
» %s', 'LOG_TOPIC_TYPE_CHANGED' => 'Changed topic type
» %s', 'LOG_UNLOCK' => 'Unlocked topic
» %s',