mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-11 00:40:56 +02:00
[ticket/13019] Rename deletion reason label.
PHPBB3-13019
This commit is contained in:
@ -93,7 +93,7 @@ $lang = array_merge($lang, array(
|
|||||||
'DELETE_POST_PERMANENTLY' => 'Permanently delete this post so it can not be recovered',
|
'DELETE_POST_PERMANENTLY' => 'Permanently delete this post so it can not be recovered',
|
||||||
'DELETE_POSTS_CONFIRM' => 'Are you sure you want to delete these posts?',
|
'DELETE_POSTS_CONFIRM' => 'Are you sure you want to delete these posts?',
|
||||||
'DELETE_POSTS_PERMANENTLY_CONFIRM' => 'Are you sure you want to <strong>permanently</strong> delete these posts?',
|
'DELETE_POSTS_PERMANENTLY_CONFIRM' => 'Are you sure you want to <strong>permanently</strong> delete these posts?',
|
||||||
'DELETE_REASON' => 'Soft delete reason',
|
'DELETE_REASON' => 'Reason for deletion',
|
||||||
'DELETE_REASON_EXPLAIN' => 'The specified reason for deletion will be visible to moderators.',
|
'DELETE_REASON_EXPLAIN' => 'The specified reason for deletion will be visible to moderators.',
|
||||||
'DELETE_POST_WARN' => 'Delete this post',
|
'DELETE_POST_WARN' => 'Delete this post',
|
||||||
'DELETE_TOPIC_CONFIRM' => 'Are you sure you want to delete this topic?',
|
'DELETE_TOPIC_CONFIRM' => 'Are you sure you want to delete this topic?',
|
||||||
|
Reference in New Issue
Block a user