From 69341628939572be5e1fe34b9ee7b8280a876f3f Mon Sep 17 00:00:00 2001 From: rolux Date: Thu, 8 Aug 2013 13:03:10 +0000 Subject: [PATCH] update reload button tooltip --- static/js/loadingIcon.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/loadingIcon.js b/static/js/loadingIcon.js index bac60a3f0..926534c5a 100644 --- a/static/js/loadingIcon.js +++ b/static/js/loadingIcon.js @@ -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')