From 3022d6fc0b4bab09f1257a5b5ae5c3492d54b709 Mon Sep 17 00:00:00 2001 From: Mathieu Lutfy Date: Tue, 18 Feb 2014 16:03:36 -0500 Subject: [PATCH] CRM-14243: 'ts' fix for file upload description. --- templates/CRM/Form/attachment.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/CRM/Form/attachment.tpl b/templates/CRM/Form/attachment.tpl index 183d649567..910207ed78 100644 --- a/templates/CRM/Form/attachment.tpl +++ b/templates/CRM/Form/attachment.tpl @@ -64,7 +64,7 @@ {$form.attachFile_1.label} {$form.attachFile_1.html} {$form.attachDesc_1.html}({ts}clear{/ts})
- {ts}Browse to the file you want to upload.{/ts}{if $maxAttachments GT 1} {ts 1=$maxAttachments}You can have a maximum of %1 attachment(s).{/ts}{/if} Each file must be less than {$config->maxFileSize}M in size. You can also add a short description. + {ts}Browse to the file you want to upload.{/ts}{if $maxAttachments GT 1} {ts 1=$maxAttachments}You can have a maximum of %1 attachment(s).{/ts}{/if} {ts 1=$config->maxFileSize}Each file must be less than %1M in size. You can also add a short description.{/ts} {if $form.tag_1.html} -- 2.25.1