changeset 3967:33e36ad0a61e

merged dev into stable
author Marcin Kuzminski <marcin@python-works.com>
date Fri, 07 Jun 2013 20:58:03 +0200
parents 5aa571d559bf (current diff) 636ff0369986 (diff)
children 351ad34d5632
files
diffstat 2 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/rhodecode/public/js/rhodecode.js	Fri Jun 07 20:01:57 2013 +0200
+++ b/rhodecode/public/js/rhodecode.js	Fri Jun 07 20:58:03 2013 +0200
@@ -504,7 +504,7 @@
         }
         if(rid && !YUD.hasClass(target, 'tooltip')){
             YUD.setAttribute(target,'id',ttid);
-            YUD.setAttribute(target, 'title',_TM['loading...']);
+            YUD.setAttribute(target, 'title',_TM['loading ...']);
             YAHOO.yuitip.main.set_listeners(target);
             YAHOO.yuitip.main.show_yuitip(e, target);
             var url = pyroutes.url('changeset_info', {"repo_name":repo_name, "revision": rid});
--- a/rhodecode/templates/base/root.html	Fri Jun 07 20:01:57 2013 +0200
+++ b/rhodecode/templates/base/root.html	Fri Jun 07 20:58:03 2013 +0200
@@ -47,6 +47,7 @@
                 'Group':"${_('Group')}",
                 'members':"${_('members')}",
                 'Loading ...':"${_('Loading ...')}",
+                'loading ...':"${_('loading ...')}",
                 'Search truncated': "${_('Search truncated')}",
                 'No matching files': "${_('No matching files')}",
                 'Open new pull request': "${_('Open new pull request')}",