diff options
| author | Marc Alexander <admin@m-a-styles.de> | 2016-08-21 09:51:23 +0200 |
|---|---|---|
| committer | Marc Alexander <admin@m-a-styles.de> | 2016-08-21 09:51:23 +0200 |
| commit | b14043b276f9007efcedfd49c17445835f4f8bbb (patch) | |
| tree | 9c0b8c5180867586fad3df3db132b4f3da3d9b45 /phpBB/styles/prosilver/template | |
| parent | 6bcc372af50e422a6f4956d54f63e1123bbf57cb (diff) | |
| parent | c016e09ca4d7ebe9488619f899c766a9969d28d1 (diff) | |
| download | forums-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/styles/prosilver/template')
| -rw-r--r-- | phpBB/styles/prosilver/template/confirm_delete_body.html | 4 |
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> |
