diff rhodecode/templates/base/root.html @ 2979:95f03f8f5f9a beta

- add loading message on lazy loaded toolips for journals - fixed callbacks on admin journal
author Marcin Kuzminski <marcin@python-works.com>
date Sun, 04 Nov 2012 13:28:03 +0100
parents 2bfcec6a3985
children 37c7abd34d44
line wrap: on
line diff
--- a/rhodecode/templates/base/root.html	Sun Nov 04 13:16:11 2012 +0100
+++ b/rhodecode/templates/base/root.html	Sun Nov 04 13:28:03 2012 +0100
@@ -44,12 +44,12 @@
                 'Start following this repository':"${_('Start following this repository')}",
                 'Group':"${_('Group')}",
                 'members':"${_('members')}",
+                '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')}",
-
             };
             var _TM = TRANSLATION_MAP;
             </script>