CRM-14243: 'ts' fix for file upload description.
authorMathieu Lutfy <mathieu@bidon.ca>
Tue, 18 Feb 2014 21:03:36 +0000 (16:03 -0500)
committerMathieu Lutfy <mathieu@bidon.ca>
Tue, 18 Feb 2014 21:03:36 +0000 (16:03 -0500)
templates/CRM/Form/attachment.tpl

index 183d649567856bf68c140c5dadce2927aab88486..910207ed7899950f09ddadc17e62f4e5347b4cfe 100644 (file)
@@ -64,7 +64,7 @@
         <tr>
           <td class="label">{$form.attachFile_1.label}</td>
           <td>{$form.attachFile_1.html}&nbsp;{$form.attachDesc_1.html}<span class="crm-clear-link">(<a href="#" onclick="clearAttachment( '#attachFile_1', '#attachDesc_1' ); return false;">{ts}clear{/ts}</a>)</span><br />
-            <span class="description">{ts}Browse to the <strong>file</strong> 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.</span>
+            <span class="description">{ts}Browse to the <strong>file</strong> 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}</span>
           </td>
         </tr>
         {if $form.tag_1.html}