diff options
Diffstat (limited to 'templates/attachments.tpl')
| -rw-r--r-- | templates/attachments.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/attachments.tpl b/templates/attachments.tpl index 59f512b..5cf42ad 100644 --- a/templates/attachments.tpl +++ b/templates/attachments.tpl @@ -27,7 +27,7 @@ {if $smarty.request.attachment_id} <ul class="data" id="usage"> - <li>{tr}Attachment ID:{/tr} {$smarty.request.attachment_id} {tr}is used in the following content{/tr}: + <li>{tr}Attachment ID {$smarty.request.attachment_id} is used in the following content{/tr}: <ul> {foreach from=$attachmentUsage item=content} <li class="{cycle values="odd,even"} item"> |
