From: Coleman Watts Date: Sun, 16 Nov 2014 03:28:18 +0000 (-0500) Subject: CRM-15603 - Standardize case of 'Proximity Search' X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=8e3d52a4bf2b8d49b38626e5d8c38c90e05e4fef;p=civicrm-core.git CRM-15603 - Standardize case of 'Proximity Search' --- diff --git a/CRM/UF/Form/AdvanceSetting.php b/CRM/UF/Form/AdvanceSetting.php index d02d092291..3ae4863f7c 100644 --- a/CRM/UF/Form/AdvanceSetting.php +++ b/CRM/UF/Form/AdvanceSetting.php @@ -99,7 +99,7 @@ class CRM_UF_Form_AdvanceSetting extends CRM_UF_Form_Group { $proxOptions[] = $form->createElement('radio', NULL, NULL, ts('Optional'), 1); $proxOptions[] = $form->createElement('radio', NULL, NULL, ts('Required'), 2); - $form->addGroup($proxOptions, 'is_proximity_search', ts('Proximity search')); + $form->addGroup($proxOptions, 'is_proximity_search', ts('Proximity Search')); } } diff --git a/js/model/crm.uf.js b/js/model/crm.uf.js index 787172ec3f..1e78b53cfb 100644 --- a/js/model/crm.uf.js +++ b/js/model/crm.uf.js @@ -525,7 +525,7 @@ options: YESNO }, 'is_proximity_search': { - title: ts('Proximity search'), + title: ts('Proximity Search'), help: ts('FIXME'), type: 'Select', options: YESNO // FIXME diff --git a/tests/phpunit/WebTest/Generic/GeneralClickAroundTest.php b/tests/phpunit/WebTest/Generic/GeneralClickAroundTest.php index df7dfd20ea..20074d2e99 100644 --- a/tests/phpunit/WebTest/Generic/GeneralClickAroundTest.php +++ b/tests/phpunit/WebTest/Generic/GeneralClickAroundTest.php @@ -291,7 +291,7 @@ class WebTest_Generic_GeneralClickAroundTest extends CiviSeleniumTestCase { $this->assertElementPresent("post_URL"); $this->assertTextPresent("Drupal user account registration option?"); $this->assertTextPresent("What to do upon duplicate match"); - $this->assertTextPresent("Proximity search"); + $this->assertTextPresent("Proximity Search"); } function testTags() {