forked from 0x2620/pandora
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 = {},
|
var self = {},
|
||||||
that = Ox.LoadingIcon({
|
that = Ox.LoadingIcon({
|
||||||
tooltip: Ox._('Reload {0}', [pandora.site.site.name])
|
tooltip: Ox._('Click to reload {0}', [pandora.site.site.name])
|
||||||
}, self)
|
}, self)
|
||||||
.attr({
|
.attr({
|
||||||
src: Ox.UI.getImageURL('symbolRedo')
|
src: Ox.UI.getImageURL('symbolRedo')
|
||||||
|
|
Loading…
Reference in a new issue