projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
27b1410
)
CRM-15603 - Fix missing space in 'World Region'
author
Coleman Watts
<coleman@civicrm.org>
Sun, 16 Nov 2014 02:48:47 +0000
(21:48 -0500)
committer
Coleman Watts
<coleman@civicrm.org>
Sun, 16 Nov 2014 13:41:37 +0000
(08:41 -0500)
CRM/Report/Form/Case/Detail.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Report/Form/Case/Detail.php
b/CRM/Report/Form/Case/Detail.php
index 09280195d370deafcecc4e602dfc8a22cc39653f..7c4c3433343f3eeeaef900527ecb5f2e45f8ee57 100644
(file)
--- 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(),