changeset 603:256d3fc22a28

fix capitalization: labels should have first word capitalized only, while titles should have all words capitalized
author Pavel.Sher
date Thu, 06 Jun 2013 09:22:34 +0200
parents 18fb51e85f82
children 3eb02fd5fd78
files mercurial-server/resources/buildServerResources/mercurialSettings.jsp
diffstat 1 files changed, 8 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/mercurial-server/resources/buildServerResources/mercurialSettings.jsp	Mon Jun 03 19:01:23 2013 +0400
+++ b/mercurial-server/resources/buildServerResources/mercurialSettings.jsp	Thu Jun 06 09:22:34 2013 +0200
@@ -15,12 +15,12 @@
 
   <l:settingsGroup title="General Settings">
   <tr>
-    <th><label for="repositoryPath">Pull Changes From: <l:star/></label></th>
+    <th><label for="repositoryPath">Pull changes from: <l:star/></label></th>
     <td><props:textProperty name="repositoryPath" className="longField" onchange="updateBranchName(this.value)"/>
       <span class="error" id="error_repositoryPath"></span></td>
   </tr>
   <tr>
-    <th><label for="branchName">Default Branch: </label></th>
+    <th><label for="branchName">Default branch: </label></th>
     <td>
         <props:textProperty name="branchName" />
         <div class="smallNote" style="margin: 0;">Branch to be used if no branch from Branch Specification is set</div>
@@ -28,7 +28,7 @@
   </tr>
   <bs:branchSpecTableRow/>
   <tr>
-    <th><label for="serverClonePath">Clone Repository To: </label></th>
+    <th><label for="serverClonePath">Clone repository to: </label></th>
     <td><props:textProperty name="serverClonePath" className="longField"/>
       <div class="smallNote" style="margin: 0;">Provide path to a parent directory on TeamCity server where a cloned repository should be created (applicable to "Automatically on server" checkout mode only). Leave blank to use default path.</div>
     </td>
@@ -43,28 +43,28 @@
       </td>
     </tr>
   <tr>
-    <th><label for="tagUsername">Username For Tags: </label></th>
+    <th><label for="tagUsername">Username for tags: </label></th>
     <td><props:textProperty name="tagUsername"/>
       <div class="smallNote" style="margin: 0;">Format: User Name &lt;email&gt;</div>
     </td>
   </tr>
   <tr>
-    <th><label for="uncompressedTransfer">Use Uncompressed Transfer: </label></th>
+    <th><label for="uncompressedTransfer">Use uncompressed transfer: </label></th>
     <td><props:checkboxProperty name="uncompressedTransfer"/>
       <div class="smallNote" style="margin: 0;">Uncompressed transfer is faster for repositories in the LAN.</div>
     </td>
   </tr>
   <tr>
-    <th><label for="hgCommandPath">HG Command Path: <l:star/></label></th>
+    <th><label for="hgCommandPath">HG command path: <l:star/></label></th>
     <td>
       <props:textProperty name="hgCommandPath" className="longField" />
       <span class="error" id="error_hgCommandPath"></span>
     </td>
   </tr>
   </l:settingsGroup>
-  <l:settingsGroup title="Authorization settings">
+  <l:settingsGroup title="Authorization Settings">
   <tr>
-    <th><label for="username">User Name:</label></th>
+    <th><label for="username">User name:</label></th>
     <td>
       <props:textProperty name="username"/>
       <span class="smallNote">Leave blank to use settings from the server hgrc (see 'man hgrc' for details)</span>