From 7649be7783fef8a8bddf668576cf6e3d9f02bf5c Mon Sep 17 00:00:00 2001 From: rolux Date: Mon, 12 Aug 2013 12:32:21 +0000 Subject: [PATCH] edit panel: pass tooltips --- static/js/editPanel.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/static/js/editPanel.js b/static/js/editPanel.js index 69054dfd2..1fa3b6a86 100644 --- a/static/js/editPanel.js +++ b/static/js/editPanel.js @@ -82,6 +82,7 @@ pandora.ui.editPanel = function() { clipSize: listSize, clipSort: ui.edits[ui.edit].sort, clipSortOptions: [/*...*/], + clipTooltip: 'clips ' + Ox.SYMBOLS.SHIFT + 'C', clipView: ui.edits[ui.edit].view, duration: edit.duration, editable: edit.editable, @@ -123,6 +124,7 @@ pandora.ui.editPanel = function() { }) ), timeline: ui.videoTimeline, + timelineTooltip: 'timeline ' + Ox.SYMBOLS.SHIFT + 'T', video: getVideos(), volume: ui.videoVolume, width: pandora.$ui.document.width() - pandora.$ui.mainPanel.size(0) - 1