update reload button tooltip

This commit is contained in:
rolux 2013-08-08 13:03:10 +00:00
parent eb89f530c8
commit 6934162893

View file

@ -4,7 +4,7 @@ pandora.ui.loadingIcon = function() {
var self = {},
that = Ox.LoadingIcon({
tooltip: Ox._('Reload {0}', [pandora.site.site.name])
tooltip: Ox._('Click to reload {0}', [pandora.site.site.name])
}, self)
.attr({
src: Ox.UI.getImageURL('symbolRedo')