From: Coleman Watts Date: Sun, 16 Nov 2014 02:48:47 +0000 (-0500) Subject: CRM-15603 - Fix missing space in 'World Region' X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=f418f381e2bbbbe2268eade18ff448bc52ed749f;p=civicrm-core.git CRM-15603 - Fix missing space in 'World Region' --- diff --git a/CRM/Report/Form/Case/Detail.php b/CRM/Report/Form/Case/Detail.php index 09280195d3..7c4c343334 100644 --- a/CRM/Report/Form/Case/Detail.php +++ b/CRM/Report/Form/Case/Detail.php @@ -223,7 +223,7 @@ class CRM_Report_Form_Case_Detail extends CRM_Report_Form { array( 'worldregion_id' => array( 'name' => 'id', - 'title' => ts('WorldRegion'), + 'title' => ts('World Region'), 'type' => CRM_Utils_Type::T_INT, 'operatorType' => CRM_Report_Form::OP_MULTISELECT, 'options' => CRM_Core_PseudoConstant::worldRegion(),