Merge pull request #17345 from eileenmcnaughton/ev_batch
[civicrm-core.git] / CRM / Core / DAO / PrintLabel.php
index a15518cc6eb27e19422da0c94a7685e9020f54c5..45737762f2397841611eeb31404a9af37ca9332a 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Core/PrintLabel.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:dff1181c7ca564844b6fed3b5eb2e37e)
+ * (GenCodeChecksum:b8dffa0c7640137bb8dede0fd7c67cff)
  */
 
 /**
@@ -34,7 +34,7 @@ class CRM_Core_DAO_PrintLabel extends CRM_Core_DAO {
   public $id;
 
   /**
-   * User title for for this label layout
+   * User title for this label layout
    *
    * @var string
    */
@@ -149,7 +149,7 @@ class CRM_Core_DAO_PrintLabel extends CRM_Core_DAO {
           'name' => 'title',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Title'),
-          'description' => ts('User title for for this label layout'),
+          'description' => ts('User title for this label layout'),
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
           'where' => 'civicrm_print_label.title',