mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
Fix bug #46225 - Add poster-name to moderator-log when deleting post/topic
Authorised by: acydburn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9678 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -479,9 +479,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</strong><br />» %s',
|
||||
'LOG_DELETE_POST' => '<strong>Deleted post “%1$s” written by</strong><br />» %2$s',
|
||||
'LOG_DELETE_SHADOW_TOPIC' => '<strong>Deleted shadow topic</strong><br />» %s',
|
||||
'LOG_DELETE_TOPIC' => '<strong>Deleted topic</strong><br />» %s',
|
||||
'LOG_DELETE_TOPIC' => '<strong>Deleted topic “%1$s” written by</strong><br />» %2$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',
|
||||
|
Reference in New Issue
Block a user