update reload button tooltip
This commit is contained in:
parent
eb89f530c8
commit
6934162893
1 changed files with 1 additions and 1 deletions
|
@ -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')
|
||||
|
|
Loading…
Reference in a new issue