mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
[feature/soft-delete] Fix naming of soft delete (we wont use that in the UI)
PHPBB3-9567
This commit is contained in:
@@ -90,7 +90,7 @@ $lang = array_merge($lang, array(
|
||||
'POLL_ENDED_AT' => 'Poll ended at %s',
|
||||
'POLL_RUN_TILL' => 'Poll runs till %s',
|
||||
'POLL_VOTED_OPTION' => 'You voted for this option',
|
||||
'POST_DELETED_RESTORE' => 'This post has been deleted. It can be restored.',
|
||||
'POST_DELETED_RESTORE' => 'This post has been deleted. It can be restored.',
|
||||
'PRINT_TOPIC' => 'Print view',
|
||||
|
||||
'QUICK_MOD' => 'Quick-mod tools',
|
||||
|
Reference in New Issue
Block a user