CRM-15603 - Standardize case of 'Contact Subtype'
[civicrm-core.git] / settings / Address.setting.php
index 9246e28dc3da133fa9dc6dcc7ad4c4ca7c6f3f64..0763836a53778a7b71587bf39aeec611726744be 100644 (file)
@@ -1,9 +1,9 @@
 <?php
 /*
  +--------------------------------------------------------------------+
- | CiviCRM version 4.4                                                |
+ | CiviCRM version 4.5                                                |
  +--------------------------------------------------------------------+
- | Copyright CiviCRM LLC (c) 2004-2013                                |
+ | Copyright CiviCRM LLC (c) 2004-2014                                |
  +--------------------------------------------------------------------+
  | This file is a part of CiviCRM.                                    |
  |                                                                    |
@@ -28,7 +28,7 @@
 /**
  *
  * @package CRM
- * @copyright CiviCRM LLC (c) 2004-2013
+ * @copyright CiviCRM LLC (c) 2004-2014
  * $Id$
  *
  */
@@ -72,11 +72,11 @@ return array (
     'html_type' => 'Text',
     'default' => null,
     'add' => '4.1',
-    'title' => 'Web service url',
+    'title' => 'Web Service URL',
     'is_domain' => 1,
     'is_contact' => 0,
     'description' => null,
-    'help_text' => 'Web service URL.',
+    'help_text' => 'Web Service URL',
     'validate_callback' => 'CRM_Utils_Rule::url',
   ),
 );