Merge pull request #20115 from larssandergreen/fix-internal-anchor-URLs-in-mailings
[civicrm-core.git] / xml / schema / Campaign / Campaign.xml
index e8c2a9df07f25447c580f9ffefe9eeec461f6859..0b6000960a36f7376fbf50f24b28d1dda816dd9a 100644 (file)
@@ -4,6 +4,7 @@
   <class>Campaign</class>
   <name>civicrm_campaign</name>
   <comment>Campaign Details.</comment>
+  <description>Campaigns link activities, contributions, mailings, etc. that share a programmatic goal.</description>
   <add>3.3</add>
   <icon>fa-bullhorn</icon>
   <labelField>title</labelField>
   <field>
     <name>created_id</name>
     <type>int unsigned</type>
-    <title>Campaign Created By Contact ID</title>
+    <title>Created By Contact ID</title>
     <comment>FK to civicrm_contact, who created this Campaign.</comment>
     <html>
-      <label>Campaign Created By</label>
+      <label>Created By</label>
     </html>
     <add>3.3</add>
   </field>
   <field>
     <name>last_modified_id</name>
     <type>int unsigned</type>
-    <title>Campaign Modified By Contact ID</title>
+    <title>Modified By Contact ID</title>
     <comment>FK to civicrm_contact, who recently edited this Campaign.</comment>
     <html>
-      <label>Campaign Modified By</label>
+      <label>Modified By</label>
     </html>
     <add>3.3</add>
   </field>
     <add>3.4</add>
     <html>
       <type>Text</type>
+      <label>Goal Revenue</label>
     </html>
   </field>
 </table>