changeset 3966:636ff0369986 beta

fixed hover loading ... info on lazy-cs html objects
author Marcin Kuzminski <marcin@python-works.com>
date Fri, 07 Jun 2013 20:57:28 +0200
parents 8c11a295d131
children 33e36ad0a61e f76097d6ed2f
files rhodecode/public/js/rhodecode.js rhodecode/templates/base/root.html
diffstat 2 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/rhodecode/public/js/rhodecode.js	Fri Jun 07 19:56:17 2013 +0200
+++ b/rhodecode/public/js/rhodecode.js	Fri Jun 07 20:57:28 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 19:56:17 2013 +0200
+++ b/rhodecode/templates/base/root.html	Fri Jun 07 20:57:28 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')}",