forked from 0x2620/pandora
fix #2220 (Edits: Video player link button lacks tooltip)
This commit is contained in:
parent
56995b8dd7
commit
9667f3443a
1 changed files with 5 additions and 0 deletions
|
@ -86,6 +86,11 @@ pandora.ui.editPanel = function() {
|
|||
clipSize: listSize,
|
||||
clipTooltip: 'clips <span class="OxBright">' + Ox.SYMBOLS.SHIFT + 'C</span>',
|
||||
clipView: ui.edits[ui.edit].view,
|
||||
controlsTooltips: {
|
||||
open: Ox._('Open in {0} View', [Ox._(Ox.getObjectById(
|
||||
pandora.site.itemViews, pandora.user.ui.videoView
|
||||
).title)])
|
||||
},
|
||||
duration: edit.duration,
|
||||
editable: edit.type == 'static' && edit.editable,
|
||||
enableSubtitles: ui.videoSubtitles,
|
||||
|
|
Loading…
Reference in a new issue