diff options
Diffstat (limited to 'phpBB/styles')
| -rw-r--r-- | phpBB/styles/prosilver/template/viewtopic_body.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/styles/prosilver/template/viewtopic_body.html b/phpBB/styles/prosilver/template/viewtopic_body.html index d2dbe8a581..4534dc5bcc 100644 --- a/phpBB/styles/prosilver/template/viewtopic_body.html +++ b/phpBB/styles/prosilver/template/viewtopic_body.html @@ -159,7 +159,7 @@ <dl class="attachbox"> <dt> {L_ATTACHMENTS} - <!-- IF postrow.S_MULTIPLE_ATTACH --> + <!-- IF postrow.S_MULTIPLE_ATTACHMENTS --> <div class="dl_links"> <strong>{L_DOWNLOAD_ALL}:</strong> <ul> @@ -270,7 +270,7 @@ <!-- IF S_HAS_ATTACHMENTS --> <div class="dl_links"> - <strong>{L_DOWNLOAD_ALL_ATTACH}:</strong> + <strong>{L_DOWNLOAD_ALL_ATTACHMENTS}:</strong> <ul> <!-- BEGIN dl_method --> <li>[ <a href="{dl_method.LINK}">{dl_method.TYPE}</a> ]</li> |
