change wording of drag & drop message, fixes #742

This commit is contained in:
rolux 2012-04-19 09:22:48 +00:00
parent 1d6104f387
commit af27513332

View file

@ -398,7 +398,7 @@ pandora.enableDragAndDrop = function($list, canMove) {
) + '</br> to ' + (
drag.target && !drag.target.selected
? 'the list "' + Ox.encodeHTMLEntities(drag.target.name) + '"'
: 'another list'
: (pandora.user.ui._list ? 'another' : 'a') + ' list'
);
}
return $('<div>')