From 9667f3443a4328b128354d81ae46fc6e7555c826 Mon Sep 17 00:00:00 2001 From: rolux Date: Sat, 8 Feb 2014 16:19:14 +0000 Subject: [PATCH] fix #2220 (Edits: Video player link button lacks tooltip) --- static/js/editPanel.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/static/js/editPanel.js b/static/js/editPanel.js index b35545b77..61bfa48b6 100644 --- a/static/js/editPanel.js +++ b/static/js/editPanel.js @@ -86,6 +86,11 @@ pandora.ui.editPanel = function() { clipSize: listSize, clipTooltip: 'clips ' + Ox.SYMBOLS.SHIFT + 'C', 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,