Merge remote-tracking branch 'upstream/4.6' into 4.6-master-2015-05-19-00-08-12
[civicrm-core.git] / templates / CRM / Activity / Form / ActivityLinks.tpl
index 3eaff3d9014478ad1fec64962a92af9abcaedac6..28fa38cfb4a7f35aa26b52529516b3d979897cbb 100644 (file)
@@ -1,8 +1,8 @@
 {*
  +--------------------------------------------------------------------+
- | CiviCRM version 4.5                                                |
+ | CiviCRM version 4.6                                                |
  +--------------------------------------------------------------------+
- | Copyright CiviCRM LLC (c) 2004-2014                                |
+ | Copyright CiviCRM LLC (c) 2004-2015                                |
  +--------------------------------------------------------------------+
  | This file is a part of CiviCRM.                                    |
  |                                                                    |
@@ -31,7 +31,7 @@
 
 {if $as_select} {* on 3.2, the activities can be either a drop down select (on the activity tab) or a list (on the action menu) *}
 <select name="other_activity" class="crm-form-select crm-select2 crm-action-menu action-icon-plus">
-  <option value="">{ts}New activity{/ts}</option>
+  <option value="">{ts}New Activity{/ts}</option>
 {foreach from=$activityTypes key=k item=link}
   <option value="{$urls.$k}">{$link}</option>
 {/foreach}