aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2009-06-26 10:15:42 +0000
committerJoas Schilling <nickvergessen@gmx.de>2009-06-26 10:15:42 +0000
commitd92bdc8a76c8e1ab2f3398c84fc74750f71b4ea4 (patch)
tree647b24f511047bf3548de9a7e1659da4a5a875a3 /phpBB/language
parentd39d8481cfd6a9cd1e418aaff14833a149770e71 (diff)
downloadforums-d92bdc8a76c8e1ab2f3398c84fc74750f71b4ea4.tar
forums-d92bdc8a76c8e1ab2f3398c84fc74750f71b4ea4.tar.gz
forums-d92bdc8a76c8e1ab2f3398c84fc74750f71b4ea4.tar.bz2
forums-d92bdc8a76c8e1ab2f3398c84fc74750f71b4ea4.tar.xz
forums-d92bdc8a76c8e1ab2f3398c84fc74750f71b4ea4.zip
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
Diffstat (limited to 'phpBB/language')
-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 65475d7627..7e92594b85 100644
--- a/phpBB/language/en/acp/common.php
+++ b/phpBB/language/en/acp/common.php
@@ -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',