This commit is contained in:
rolux 2013-03-01 09:27:50 +05:30
parent 971ef8d016
commit 76bf9a2bee

View file

@ -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 : '');
}
};