1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[feature/attach-dl] Removed the use of some abbreviations

PHPBB3-11042
This commit is contained in:
Fyorl
2012-08-20 21:52:42 +01:00
parent b1239f1c1a
commit e1a4aa3ea2
3 changed files with 4 additions and 4 deletions

View File

@@ -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>