diff rhodecode/templates/admin/settings/settings.html @ 3654:ec6354949623 beta

Fix a lot of casings - use standard casing in most places
author Mads Kiilerich <madski@unity3d.com>
date Wed, 03 Apr 2013 17:19:47 +0200
parents 1f334a68d057
children 3563bb7b4b82 1e5bb8ed77d6
line wrap: on
line diff
--- a/rhodecode/templates/admin/settings/settings.html	Wed Apr 03 15:56:12 2013 +0200
+++ b/rhodecode/templates/admin/settings/settings.html	Wed Apr 03 17:19:47 2013 +0200
@@ -8,7 +8,7 @@
 <%def name="breadcrumbs_links()">
     ${h.link_to(_('Admin'),h.url('admin_home'))}
     &raquo;
-    ${_('settings')}
+    ${_('Settings')}
 </%def>
 
 <%def name="page_nav()">
@@ -267,7 +267,7 @@
                     ${h.text('paths_root_path',size=30,readonly="readonly")}
                     <span id="path_unlock" class="tooltip"
                             title="${h.tooltip(_('This a crucial application setting. If you are really sure you need to change this, you must restart application in order to make this setting take effect. Click this label to unlock.'))}">
-                        ${_('unlock')}
+                        ${_('Unlock')}
                     </span>
                     <span class="help-block">${_('Location where repositories are stored. After changing this value a restart, and rescan is required')}</span>
                 </div>