diff rhodecode/templates/base/root.html @ 3516:c44645e5a836 beta

fix casings
author Mads Kiilerich <madski@unity3d.com>
date Thu, 07 Mar 2013 21:45:40 +0100
parents 7adeca7b99c2
children 6e8027c2f49c
line wrap: on
line diff
--- a/rhodecode/templates/base/root.html	Wed Mar 06 01:06:33 2013 +0100
+++ b/rhodecode/templates/base/root.html	Thu Mar 07 21:45:40 2013 +0100
@@ -39,21 +39,21 @@
             <script type="text/javascript">
             //JS translations map
             var TRANSLATION_MAP = {
-                'add another comment':'${_("add another comment")}',
+                'Add another comment':'${_("Add another comment")}',
                 'Stop following this repository':"${_('Stop following this repository')}",
                 'Start following this repository':"${_('Start following this repository')}",
                 'Group':"${_('Group')}",
                 'members':"${_('members')}",
-                'loading...':"${_('loading...')}",
-                'search truncated': "${_('search truncated')}",
-                'no matching files': "${_('no matching files')}",
+                'Loading ...':"${_('Loading ...')}",
+                'Search truncated': "${_('Search truncated')}",
+                'No matching files': "${_('No matching files')}",
                 'Open new pull request': "${_('Open new pull request')}",
                 'Open new pull request for selected changesets':  "${_('Open new pull request for selected changesets')}",
                 'Show selected changes __S -> __E': "${_('Show selected changes __S -> __E')}",
                 'Show selected change __S': "${_('Show selected change __S')}",
                 'Selection link': "${_('Selection link')}",
-                'collapse diff': "${_('collapse diff')}",
-                'expand diff': "${_('expand diff')}"
+                'Collapse diff': "${_('Collapse diff')}",
+                'Expand diff': "${_('Expand diff')}"
             };
             var _TM = TRANSLATION_MAP;