From 01d214aadaccece87a7b5d29d11aae48c031566e Mon Sep 17 00:00:00 2001 From: Usha Matisson Date: Sat, 14 Mar 2020 01:14:08 +0100 Subject: [PATCH] Minor string error : for for > for --- CRM/Core/DAO/PrintLabel.php | 6 +++--- xml/schema/Core/PrintLabel.xml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CRM/Core/DAO/PrintLabel.php b/CRM/Core/DAO/PrintLabel.php index a131268c36..45737762f2 100644 --- a/CRM/Core/DAO/PrintLabel.php +++ b/CRM/Core/DAO/PrintLabel.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Core/PrintLabel.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:2fb53845aa61d793ae0981a2481bbb79) + * (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', diff --git a/xml/schema/Core/PrintLabel.xml b/xml/schema/Core/PrintLabel.xml index 06b1684163..546020cd1e 100644 --- a/xml/schema/Core/PrintLabel.xml +++ b/xml/schema/Core/PrintLabel.xml @@ -22,7 +22,7 @@ Title varchar 255 - User title for for this label layout + User title for this label layout 4.4 -- 2.25.1