CRM-15603 - Standardize capitalization and punctuation of 'Web Service URL'
authorColeman Watts <coleman@civicrm.org>
Sat, 15 Nov 2014 02:52:45 +0000 (21:52 -0500)
committerColeman Watts <coleman@civicrm.org>
Sun, 16 Nov 2014 13:41:36 +0000 (08:41 -0500)
api/v3/examples/Setting/GetFields.php
settings/Address.setting.php
templates/CRM/Admin/Form/Preferences/Address.tpl

index b121743ab125178140a748ec22d2c5e838d189d7..9c36b2aedf7503efb27842c08fd406ad9ba46a0e 100644 (file)
@@ -66,11 +66,11 @@ function setting_getfields_expectedresult(){
           'html_type' => 'Text',
           'default' => '',
           'add' => '4.1',
-          'title' => 'Web service url',
+          'title' => 'Web Service URL',
           'is_domain' => 1,
           'is_contact' => 0,
           'description' => '',
-          'help_text' => 'Web service URL.',
+          'help_text' => 'Web Service URL',
           'validate_callback' => 'CRM_Utils_Rule::url',
         ),
       'tag_unconfirmed' => array(
index 3995e66d8031e0cfd9a3e61709a71af7e9fe0b8f..0763836a53778a7b71587bf39aeec611726744be 100644 (file)
@@ -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',
   ),
 );
index aede76c08e4aec579dd91937b38626583605ce18..6e4f6c285664a034a9821cb9ee0fc48eecd6caff 100644 (file)
@@ -85,7 +85,7 @@
             <tr class="crm-preferences-address-form-block-address_standardization_url">
               <td class="label">{$form.address_standardization_url.label}
               <td>{$form.address_standardization_url.html}<br />
-              <span class="description">{ts}Web service URL.{/ts}</span>
+              <span class="description">{ts}Web Service URL{/ts}</span>
               </td>
             </tr>
         </table>