diff options
author | Andreas Fischer <bantu@phpbb.com> | 2012-11-10 00:27:37 +0100 |
---|---|---|
committer | Andreas Fischer <bantu@phpbb.com> | 2012-11-10 00:27:37 +0100 |
commit | d87904ae76e0782f5726cfcccf3d897bca043694 (patch) | |
tree | 76e7b9e024ab43c5d90ec3132f292e14497fe632 /phpBB/styles/prosilver/template/viewtopic_body.html | |
parent | 83179e07ff427e8ab9e235eb2a7009b30300f056 (diff) | |
download | forums-d87904ae76e0782f5726cfcccf3d897bca043694.tar forums-d87904ae76e0782f5726cfcccf3d897bca043694.tar.gz forums-d87904ae76e0782f5726cfcccf3d897bca043694.tar.bz2 forums-d87904ae76e0782f5726cfcccf3d897bca043694.tar.xz forums-d87904ae76e0782f5726cfcccf3d897bca043694.zip |
[ticket/10780] Use L_COLON for "download all attachments".
PHPBB3-10780
Diffstat (limited to 'phpBB/styles/prosilver/template/viewtopic_body.html')
-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 d17733b618..9455d10f72 100644 --- a/phpBB/styles/prosilver/template/viewtopic_body.html +++ b/phpBB/styles/prosilver/template/viewtopic_body.html @@ -161,7 +161,7 @@ {L_ATTACHMENTS} <!-- IF postrow.S_MULTIPLE_ATTACHMENTS --> <div class="dl_links"> - <strong>{L_DOWNLOAD_ALL}:</strong> + <strong>{L_DOWNLOAD_ALL}{L_COLON}</strong> <ul> <!-- BEGIN dl_method --> <li>[ <a href="{postrow.dl_method.LINK}">{postrow.dl_method.TYPE}</a> ]</li> @@ -270,7 +270,7 @@ <!-- IF S_HAS_ATTACHMENTS --> <div class="dl_links"> - <strong>{L_DOWNLOAD_ALL_ATTACHMENTS}:</strong> + <strong>{L_DOWNLOAD_ALL_ATTACHMENTS}{L_COLON}</strong> <ul> <!-- BEGIN dl_method --> <li>[ <a href="{dl_method.LINK}">{dl_method.TYPE}</a> ]</li> |