aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/posting.php
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2016-08-21 09:51:23 +0200
committerMarc Alexander <admin@m-a-styles.de>2016-08-21 09:51:23 +0200
commitb14043b276f9007efcedfd49c17445835f4f8bbb (patch)
tree9c0b8c5180867586fad3df3db132b4f3da3d9b45 /phpBB/posting.php
parent6bcc372af50e422a6f4956d54f63e1123bbf57cb (diff)
parentc016e09ca4d7ebe9488619f899c766a9969d28d1 (diff)
downloadforums-b14043b276f9007efcedfd49c17445835f4f8bbb.tar
forums-b14043b276f9007efcedfd49c17445835f4f8bbb.tar.gz
forums-b14043b276f9007efcedfd49c17445835f4f8bbb.tar.bz2
forums-b14043b276f9007efcedfd49c17445835f4f8bbb.tar.xz
forums-b14043b276f9007efcedfd49c17445835f4f8bbb.zip
Merge pull request #4411 from Senky/ticket/12925
[ticket/12925] Pluralize permanent delete checkbox label
Diffstat (limited to 'phpBB/posting.php')
-rw-r--r--phpBB/posting.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/posting.php b/phpBB/posting.php
index 653740ae1c..f1e8452305 100644
--- a/phpBB/posting.php
+++ b/phpBB/posting.php
@@ -1741,6 +1741,7 @@ $page_data = array(
'L_POST_A' => $page_title,
'L_ICON' => ($mode == 'reply' || $mode == 'quote' || ($mode == 'edit' && $post_id != $post_data['topic_first_post_id'])) ? $user->lang['POST_ICON'] : $user->lang['TOPIC_ICON'],
'L_MESSAGE_BODY_EXPLAIN' => $user->lang('MESSAGE_BODY_EXPLAIN', (int) $config['max_post_chars']),
+ 'L_DELETE_POST_PERMANENTLY' => $user->lang('DELETE_POST_PERMANENTLY', 1),
'FORUM_NAME' => $post_data['forum_name'],
'FORUM_DESC' => ($post_data['forum_desc']) ? generate_text_for_display($post_data['forum_desc'], $post_data['forum_desc_uid'], $post_data['forum_desc_bitfield'], $post_data['forum_desc_options']) : '',