pad.ma info view icon: change wording of tooltip
This commit is contained in:
parent
86afa8aa4f
commit
ab9aaaee19
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ pandora.ui.infoView = function(data) {
|
||||||
|
|
||||||
$icon = Ox.Element({
|
$icon = Ox.Element({
|
||||||
element: '<img>',
|
element: '<img>',
|
||||||
tooltip: 'Open in ' + Ox.getObjectById(
|
tooltip: 'Switch to ' + Ox.getObjectById(
|
||||||
pandora.site.itemViews,
|
pandora.site.itemViews,
|
||||||
ui.videoView
|
ui.videoView
|
||||||
).title
|
).title
|
||||||
|
|
Loading…
Reference in a new issue