From af2751333276ddb23be3d24e8be28bbe46bc04f9 Mon Sep 17 00:00:00 2001 From: rolux Date: Thu, 19 Apr 2012 09:22:48 +0000 Subject: [PATCH] change wording of drag & drop message, fixes #742 --- 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 63c7f0cd..ac755476 100644 --- a/static/js/pandora/utils.js +++ b/static/js/pandora/utils.js @@ -398,7 +398,7 @@ pandora.enableDragAndDrop = function($list, canMove) { ) + '
to ' + ( drag.target && !drag.target.selected ? 'the list "' + Ox.encodeHTMLEntities(drag.target.name) + '"' - : 'another list' + : (pandora.user.ui._list ? 'another' : 'a') + ' list' ); } return $('
')