From ff3d2f6df433aaa516e80ed77384f418c6d4f432 Mon Sep 17 00:00:00 2001 From: rolux Date: Wed, 22 Jan 2014 17:16:51 +0000 Subject: [PATCH] fix text panel button tooltip text --- static/js/textPanel.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/js/textPanel.js b/static/js/textPanel.js index 2b58c2692..23bbd3db4 100644 --- a/static/js/textPanel.js +++ b/static/js/textPanel.js @@ -45,7 +45,7 @@ pandora.ui.textPanel = function() { $nextButton = Ox.Button({ disabled: embedURLs.length < 2, title: 'arrowRight', - tooltip: Ox._('Next Clip'), + tooltip: Ox._('Next Reference'), type: 'image' }) .css({ @@ -80,7 +80,7 @@ pandora.ui.textPanel = function() { $previousButton = Ox.Button({ disabled: embedURLs.length < 2, title: 'arrowLeft', - tooltip: Ox._('Previous Clip'), + tooltip: Ox._('Previous Reference'), type: 'image' }) .css({