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/ucp_pm_viewmessage.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/ucp_pm_viewmessage.html')
-rw-r--r-- | phpBB/styles/prosilver/template/ucp_pm_viewmessage.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/ucp_pm_viewmessage.html b/phpBB/styles/prosilver/template/ucp_pm_viewmessage.html index 2b16700ec9..c456be1090 100644 --- a/phpBB/styles/prosilver/template/ucp_pm_viewmessage.html +++ b/phpBB/styles/prosilver/template/ucp_pm_viewmessage.html @@ -46,7 +46,7 @@ {L_ATTACHMENTS} <!-- IF S_HAS_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="{dl_method.LINK}">{dl_method.TYPE}</a> ]</li> |