CRM-15603 - Fix missing space in 'World Region'
authorColeman Watts <coleman@civicrm.org>
Sun, 16 Nov 2014 02:48:47 +0000 (21:48 -0500)
committerColeman Watts <coleman@civicrm.org>
Sun, 16 Nov 2014 13:41:37 +0000 (08:41 -0500)
CRM/Report/Form/Case/Detail.php

index 09280195d370deafcecc4e602dfc8a22cc39653f..7c4c3433343f3eeeaef900527ecb5f2e45f8ee57 100644 (file)
@@ -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(),