diff --git a/ui (gen4)/features/collections.js b/ui (gen4)/features/collections.js index 4569601d..b7ebc0fa 100755 --- a/ui (gen4)/features/collections.js +++ b/ui (gen4)/features/collections.js @@ -2151,7 +2151,7 @@ var UICollectionActions = actions.Actions({ return this.browseCollections(function(title){ this.joinCollect(title) }) })], - // XXX should this be here??? + // XXX should this be here or in marks??? addMarkedToCollection: ['Collections|Mark/Add marked to $collection...', {browseMode: function(){ return this.marked.length == 0 && 'disabled' }},