mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-05 00:07:44 +02:00
[feature/soft-delete] Allow soft deleting/restoring topics via quickmoderation
PHPBB3-9567
This commit is contained in:
@@ -98,7 +98,8 @@ $lang = array_merge($lang, array(
|
||||
'QUOTE' => 'Quote',
|
||||
|
||||
'REPLY_TO_TOPIC' => 'Reply to topic',
|
||||
'RESTORE' => 'Restore',
|
||||
'RESTORE' => 'Restore',
|
||||
'RESTORE_TOPIC' => 'Restore topic',
|
||||
'RETURN_POST' => '%sReturn to the post%s',
|
||||
|
||||
'SUBMIT_VOTE' => 'Submit vote',
|
||||
|
Reference in New Issue
Block a user