+ localization
This commit is contained in:
parent
ec644ea8fc
commit
f01b86864b
1 changed files with 1 additions and 1 deletions
|
@ -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')
|
||||
|
|
Loading…
Reference in a new issue