mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-19 15:01:33 +02:00
* Use a distinct log message for shadow topic deletions to differentiate between normal topic deletions. #34635
* Fix a small typo in r8942 git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8945 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -474,6 +474,7 @@ $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_SHADOW_TOPIC' => '<strong>Deleted shadow topic</strong><br />» %s',
|
||||
'LOG_DELETE_TOPIC' => '<strong>Deleted topic</strong><br />» %s',
|
||||
'LOG_FORK' => '<strong>Copied topic</strong><br />» from %s',
|
||||
'LOG_LOCK' => '<strong>Locked topic</strong><br />» %s',
|
||||
|
Reference in New Issue
Block a user