diff --git a/static/js/pandora/ui/list.js b/static/js/pandora/ui/list.js index 2adf33e..252ab12 100644 --- a/static/js/pandora/ui/list.js +++ b/static/js/pandora/ui/list.js @@ -486,9 +486,16 @@ pandora.ui.list = function() { // fixme: remove view argument } else { image = drag.action == 'copy' ? 'symbolAdd' : 'symbolRemove'; text = Ox.toTitleCase(drag.action) + ' ' + ( - Ox.isString(drag.item) ? '"' + drag.item + '"' : drag.item + ' ' - + pandora.site.itemName[drag.item == 1 ? 'singular' : 'plural'].toLowerCase() - ) + ' to ' + (drag.target ? 'the list "' + drag.target.name + '"' : 'another list'); + Ox.isString(drag.item) + ? '"' + drag.item + '"' + : drag.item + ' ' + pandora.site.itemName[ + drag.item == 1 ? 'singular' : 'plural' + ].toLowerCase() + ) + ' to ' + ( + drag.target && !drag.target.selected + ? 'the list "' + drag.target.name + '"' + : 'another list' + ); } return $('