mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
Merge remote-tracking branch 'prototech/ticket/11894' into develop
# By Cesar G # Via Cesar G * prototech/ticket/11894: [ticket/11894] Fix typo in "Delete post" option
This commit is contained in:
commit
15e5103d72
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ $lang = array_merge($lang, array(
|
||||||
'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' => 'Soft delete reason',
|
||||||
'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' => 'Deleted 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?',
|
||||||
'DELETE_TOPIC_PERMANENTLY' => 'Permanently delete this topic so it can not be recovered',
|
'DELETE_TOPIC_PERMANENTLY' => 'Permanently delete this topic so it can not be recovered',
|
||||||
'DELETE_TOPIC_PERMANENTLY_CONFIRM' => 'Are you sure you want to <strong>permanently</strong> delete this topic?',
|
'DELETE_TOPIC_PERMANENTLY_CONFIRM' => 'Are you sure you want to <strong>permanently</strong> delete this topic?',
|
||||||
|
|
Loading…
Add table
Reference in a new issue