# HG changeset patch # User Marcin Kuzminski # Date 1370631448 -7200 # Node ID 636ff03699864594bc843fc0241d817634b8e85c # Parent 8c11a295d1319a20bff157144e71473b506bafbf fixed hover loading ... info on lazy-cs html objects diff -r 8c11a295d131 -r 636ff0369986 rhodecode/public/js/rhodecode.js --- 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}); diff -r 8c11a295d131 -r 636ff0369986 rhodecode/templates/base/root.html --- 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')}",