aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/confirm_delete_body.html
diff options
context:
space:
mode:
authorJakub Senko <jakubsenko@gmail.com>2016-08-11 14:54:36 +0200
committerJakub Senko <jakubsenko@gmail.com>2016-08-15 18:27:33 +0200
commitc016e09ca4d7ebe9488619f899c766a9969d28d1 (patch)
tree1299d28f52e05dd8a9564298d6008fa768cc985a /phpBB/styles/prosilver/template/confirm_delete_body.html
parentf68820762b2d78bc26c59724a3dd98091bb3379b (diff)
downloadforums-c016e09ca4d7ebe9488619f899c766a9969d28d1.tar
forums-c016e09ca4d7ebe9488619f899c766a9969d28d1.tar.gz
forums-c016e09ca4d7ebe9488619f899c766a9969d28d1.tar.bz2
forums-c016e09ca4d7ebe9488619f899c766a9969d28d1.tar.xz
forums-c016e09ca4d7ebe9488619f899c766a9969d28d1.zip
[ticket/12925] Pluralize permanent delete checkbox label
PHPBB3-12925
Diffstat (limited to 'phpBB/styles/prosilver/template/confirm_delete_body.html')
-rw-r--r--phpBB/styles/prosilver/template/confirm_delete_body.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/styles/prosilver/template/confirm_delete_body.html b/phpBB/styles/prosilver/template/confirm_delete_body.html
index f0a7ab2bdb..fbd881a940 100644
--- a/phpBB/styles/prosilver/template/confirm_delete_body.html
+++ b/phpBB/styles/prosilver/template/confirm_delete_body.html
@@ -7,7 +7,7 @@
<label>
<strong>{L_DELETE_PERMANENTLY}{L_COLON}</strong>
<input id="delete_permanent" name="delete_permanent" type="checkbox" value="1" {S_CHECKED_PERMANENT} />
- <!-- IF S_TOPIC_MODE -->{L_DELETE_TOPIC_PERMANENTLY}<!-- ELSE -->{L_DELETE_POST_PERMANENTLY}<!-- ENDIF -->
+ <!-- IF S_TOPIC_MODE -->{DELETE_TOPIC_PERMANENTLY_EXPLAIN}<!-- ELSE -->{DELETE_POST_PERMANENTLY_EXPLAIN}<!-- ENDIF -->
</label>
<!-- ENDIF -->
@@ -43,7 +43,7 @@
<dd>
<label for="delete_permanent">
<input id="delete_permanent" name="delete_permanent" type="checkbox" value="1" {S_CHECKED_PERMANENT} />
- <!-- IF S_TOPIC_MODE -->{L_DELETE_TOPIC_PERMANENTLY}<!-- ELSE -->{L_DELETE_POST_PERMANENTLY}<!-- ENDIF -->
+ <!-- IF S_TOPIC_MODE -->{DELETE_TOPIC_PERMANENTLY_EXPLAIN}<!-- ELSE -->{DELETE_POST_PERMANENTLY_EXPLAIN}<!-- ENDIF -->
</label>
</dd>
</dl>