diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2008-01-03 14:03:21 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2008-01-03 14:03:21 +0000 |
| commit | edd8989adcb2b24ff55c73e0e295d74b0227c974 (patch) | |
| tree | 6ba4510fae583dcb36ce4026430ec21eaa99e99b /templates | |
| parent | d8706b19289607d17e0c12b7f4ba40b0411267d5 (diff) | |
| download | liberty-edd8989adcb2b24ff55c73e0e295d74b0227c974.tar.gz liberty-edd8989adcb2b24ff55c73e0e295d74b0227c974.tar.bz2 liberty-edd8989adcb2b24ff55c73e0e295d74b0227c974.zip | |
simplify {tr} section for easy translation
Diffstat (limited to 'templates')
| -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"> |
