diff options
| author | Marc Alexander <admin@m-a-styles.de> | 2016-08-21 09:51:26 +0200 |
|---|---|---|
| committer | Marc Alexander <admin@m-a-styles.de> | 2016-08-21 09:51:26 +0200 |
| commit | 06bfae8edbd983a4b1c9e01ed3e05e6c8145b50c (patch) | |
| tree | c0b1474ac507e3377d8080eb42444566af645458 /phpBB/styles/prosilver | |
| parent | f054ab972d40d3aba8022fb3f2ddec04d379c517 (diff) | |
| parent | b14043b276f9007efcedfd49c17445835f4f8bbb (diff) | |
| download | forums-06bfae8edbd983a4b1c9e01ed3e05e6c8145b50c.tar forums-06bfae8edbd983a4b1c9e01ed3e05e6c8145b50c.tar.gz forums-06bfae8edbd983a4b1c9e01ed3e05e6c8145b50c.tar.bz2 forums-06bfae8edbd983a4b1c9e01ed3e05e6c8145b50c.tar.xz forums-06bfae8edbd983a4b1c9e01ed3e05e6c8145b50c.zip | |
Merge branch '3.1.x' into 3.2.x
Diffstat (limited to 'phpBB/styles/prosilver')
| -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 6cbb87afe3..98974963c0 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> |
