change wording of drag & drop message, fixes #742
This commit is contained in:
parent
1d6104f387
commit
af27513332
1 changed files with 1 additions and 1 deletions
|
@ -398,7 +398,7 @@ pandora.enableDragAndDrop = function($list, canMove) {
|
||||||
) + '</br> to ' + (
|
) + '</br> to ' + (
|
||||||
drag.target && !drag.target.selected
|
drag.target && !drag.target.selected
|
||||||
? 'the list "' + Ox.encodeHTMLEntities(drag.target.name) + '"'
|
? 'the list "' + Ox.encodeHTMLEntities(drag.target.name) + '"'
|
||||||
: 'another list'
|
: (pandora.user.ui._list ? 'another' : 'a') + ' list'
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
return $('<div>')
|
return $('<div>')
|
||||||
|
|
Loading…
Reference in a new issue