1
0
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:
Joas Schilling
2012-11-03 23:37:35 +01:00
parent 334265fc83
commit 269330749f
6 changed files with 11 additions and 14 deletions

View File

@@ -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',