aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language
diff options
context:
space:
mode:
authorTristan Darricau <github@nicofuma.fr>2014-09-14 22:00:16 +0200
committerTristan Darricau <github@nicofuma.fr>2014-09-14 22:00:16 +0200
commit9ef01e7f82332b80435b7fed3327ea6031bfc2ab (patch)
treee0a4be627daea3d5eb5233bd4185a17c1a00b41a /phpBB/language
parent1487e6f857e1ebdf7d1f4b2af31400aef4bca431 (diff)
parentffe24d5b8f1892426574367c777109d899a0e9ff (diff)
downloadforums-9ef01e7f82332b80435b7fed3327ea6031bfc2ab.tar
forums-9ef01e7f82332b80435b7fed3327ea6031bfc2ab.tar.gz
forums-9ef01e7f82332b80435b7fed3327ea6031bfc2ab.tar.bz2
forums-9ef01e7f82332b80435b7fed3327ea6031bfc2ab.tar.xz
forums-9ef01e7f82332b80435b7fed3327ea6031bfc2ab.zip
Merge pull request #2956 from prototech/ticket/13019
[ticket/13019] Always accept a reason for deleting a post/topic. * prototech/ticket/13019: [ticket/13019] Do not hide reason field when deleting permanently. [ticket/13019] Rename deletion reason label. [ticket/13019] Always accept a reason for deleting a post/topic.
Diffstat (limited to 'phpBB/language')
-rw-r--r--phpBB/language/en/posting.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/language/en/posting.php b/phpBB/language/en/posting.php
index 2cd6ec59cc..924395ed44 100644
--- a/phpBB/language/en/posting.php
+++ b/phpBB/language/en/posting.php
@@ -93,7 +93,7 @@ $lang = array_merge($lang, array(
'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_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_POST_WARN' => 'Delete this post',
'DELETE_TOPIC_CONFIRM' => 'Are you sure you want to delete this topic?',