From 5ec9f40b7898f4b38f5505f3fece18bafae5807c Mon Sep 17 00:00:00 2001 From: Nicofuma Date: Sat, 26 Apr 2014 01:18:34 +0200 Subject: [ticket/12445] Disapproved post: the name of the poster should be in logs https://tracker.phpbb.com/browse/PHPBB3-12445 PHPBB3-12445 --- phpBB/language/en/acp/common.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'phpBB/language') diff --git a/phpBB/language/en/acp/common.php b/phpBB/language/en/acp/common.php index 6f16dfabd4..7e8ee0e15c 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” with the following reason
» %2$s', + 'LOG_POST_DISAPPROVED' => 'Disapproved post “%1$s” written by “%3$s” with 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” with the following reason
%2$s', + 'LOG_TOPIC_DISAPPROVED' => 'Disapproved topic “%1$s” written by “%3$s” with 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', -- cgit v1.2.1