mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-23 00:32:57 +02:00
[feature/soft-delete] Fix naming of soft delete (we wont use that in the UI)
PHPBB3-9567
This commit is contained in:
@@ -221,8 +221,6 @@ $lang = array_merge($lang, array(
|
||||
'SMILIES' => 'Smilies',
|
||||
'SMILIES_ARE_OFF' => 'Smilies are <em>OFF</em>',
|
||||
'SMILIES_ARE_ON' => 'Smilies are <em>ON</em>',
|
||||
'SOFT_DELETE_POST' => 'Soft Delete',
|
||||
'SOFT_DELETE_POST_EXPLAIN' => 'Soft Deletion can be un-done',
|
||||
'STICKY_ANNOUNCE_TIME_LIMIT'=> 'Sticky/Announcement time limit',
|
||||
'STICK_TOPIC_FOR' => 'Stick topic for',
|
||||
'STICK_TOPIC_FOR_EXPLAIN' => 'Enter 0 or leave blank for a never ending Sticky/Announcement. Please note that this number is relative to the date of the post.',
|
||||
|
Reference in New Issue
Block a user