Activity.tpl tweak
authorColeman Watts <coleman@civicrm.org>
Sat, 15 Feb 2014 00:23:21 +0000 (16:23 -0800)
committerColeman Watts <coleman@civicrm.org>
Sat, 15 Feb 2014 00:23:21 +0000 (16:23 -0800)
templates/CRM/Activity/Form/Activity.tpl
templates/CRM/Case/Form/Activity.tpl

index 74c3b4ce3ecbf26df1b158a81bb760cfff1ac93a..3e5233db4f98ee4e62e3d7d1f597947dd9b0df3b 100644 (file)
     <td class="label">{$form.duration.label}</td>
     <td class="view-value">
       {$form.duration.html}
-      {if $action neq 4}<span class="description">{ts}Total time spent on this activity (in minutes).{/ts}{/if}
+      {if $action neq 4}<span class="description">{ts}minutes{/ts}{/if}
     </td>
   </tr>
   <tr class="crm-activity-form-block-status_id">
index 4816a057d38cb30526c59a05996ce44799b49e07..e9420d4eb01a6394d3ec8d0c79773897d58d7193 100644 (file)
     <td class="label">{$form.duration.label}</td>
     <td class="view-value">
       {$form.duration.html}
-      <span class="description">{ts}Total time spent on this activity (in minutes).{/ts}
+      <span class="description">{ts}minutes{/ts}
     </td>
   </tr>
   {* Suppress activity status and priority for changes to status, case type and start date. PostProc will force status to completed. *}