diff options
author | Fyorl <gaelreth@gmail.com> | 2012-08-20 21:52:42 +0100 |
---|---|---|
committer | Fyorl <gaelreth@gmail.com> | 2012-08-20 21:52:42 +0100 |
commit | e1a4aa3ea255874660d31e13c0b4cadc8993ef4f (patch) | |
tree | 6b8613adadfb1945f7b9636e3ce87cbe93f3373a /phpBB/styles/prosilver/template/viewtopic_body.html | |
parent | b1239f1c1aca6a96ed3b470e1d386ec1d1024de7 (diff) | |
download | forums-e1a4aa3ea255874660d31e13c0b4cadc8993ef4f.tar forums-e1a4aa3ea255874660d31e13c0b4cadc8993ef4f.tar.gz forums-e1a4aa3ea255874660d31e13c0b4cadc8993ef4f.tar.bz2 forums-e1a4aa3ea255874660d31e13c0b4cadc8993ef4f.tar.xz forums-e1a4aa3ea255874660d31e13c0b4cadc8993ef4f.zip |
[feature/attach-dl] Removed the use of some abbreviations
PHPBB3-11042
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 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> |