Update campaign field labels
authorColeman Watts <coleman@civicrm.org>
Thu, 13 Feb 2014 07:03:06 +0000 (23:03 -0800)
committerColeman Watts <coleman@civicrm.org>
Thu, 13 Feb 2014 07:03:06 +0000 (23:03 -0800)
xml/schema/Campaign/Campaign.xml

index 837bd3f52cdc3fe78fe6b7177f78664dd442b7ff..0974667f1aeefb00953b2e8f769440a065c89137 100644 (file)
@@ -88,7 +88,7 @@
 
   <field>
       <name>campaign_type_id</name>
-      <title>Campaign Type ID</title>
+      <title>Campaign Type</title>
       <type>int unsigned</type>
       <default>NULL</default>
       <comment>Campaign Type ID.Implicit FK to civicrm_option_value where option_group = campaign_type</comment>
 
    <field>
       <name>status_id</name>
-      <title>Campaign Status ID</title>
+      <title>Campaign Status</title>
       <type>int unsigned</type>
       <default>NULL</default>
       <comment>Campaign status ID.Implicit FK to civicrm_option_value where option_group = campaign_status</comment>