From f01b86864b4bbc108f439aa09d68bae9ba03d0f4 Mon Sep 17 00:00:00 2001 From: rolux Date: Mon, 29 Jul 2013 09:49:45 +0000 Subject: [PATCH] + localization --- 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 0b022c93b..59ec04e4b 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: 'Reload Application' + tooltip: Ox._('Reload Application') }, self) .attr({ src: Ox.UI.getImageURL('symbolRedo')