From 76bf9a2beeed63e5639aa2df3cf8db47c27b2db9 Mon Sep 17 00:00:00 2001 From: rolux Date: Fri, 1 Mar 2013 09:27:50 +0530 Subject: [PATCH] typo --- static/js/pandora/utils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/pandora/utils.js b/static/js/pandora/utils.js index 3682a21b9..8cacfa99b 100644 --- a/static/js/pandora/utils.js +++ b/static/js/pandora/utils.js @@ -598,7 +598,7 @@ pandora.getEditTooltip = function(title) { var $target = $(e.target); return ( $target.is('a') || $target.parents('a').length - ? 'Shift+doubleclick to edit' : 'Doubleclick to edit'; + ? 'Shift+doubleclick to edit' : 'Doubleclick to edit' ) + (title ? ' ' + title : ''); } };