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:
@@ -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>
|
||||
|
Reference in New Issue
Block a user