mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-07 01:06:48 +02:00
[ticket/9657] Include poster name in "deleted post" message
Also switched from passive to active form PHPBB3-9657
This commit is contained in:
@@ -517,8 +517,8 @@ $lang = array_merge($lang, array(
|
||||
'POST_DISPLAY' => '%1$sDisplay this post%2$s.',
|
||||
'POST_DAY' => '%.2f posts per day',
|
||||
'POST_DELETED' => 'Deleted post:',
|
||||
'POST_DELETED_BY' => 'This post was deleted by <strong>%1$s</strong> on %2$s.',
|
||||
'POST_DELETED_BY_REASON'=> 'This post was deleted by <strong>%1$s</strong> on %2$s for reason: %3$s',
|
||||
'POST_DELETED_BY' => '<strong>%2$s</strong> deleted the post by <strong>%1$s</strong> on %3$s.',
|
||||
'POST_DELETED_BY_REASON'=> '<strong>%2$s</strong> deleted the post by <strong>%1$s</strong> on %3$s for the following reason: %4$s',
|
||||
'POST_DETAILS' => 'Post details',
|
||||
'POST_NEW_TOPIC' => 'Post new topic',
|
||||
'POST_PCT' => '%.2f%% of all posts',
|
||||
|
Reference in New Issue
Block a user