diff --git a/beets/ui/commands.py b/beets/ui/commands.py index dbfd987d0..9d1ba7322 100755 --- a/beets/ui/commands.py +++ b/beets/ui/commands.py @@ -528,8 +528,7 @@ def choose_candidate(candidates, singleton, rec, cur_artist=None, if not candidates: if singleton: print_(u"No matching recordings found.") - opts = (u'Use as-is', u'Skip', u'Enter search', u'enter Id', - u'aBort') + opts = (u'Use as-is', u'Skip', u'aBort') else: print_(u"No matching release found for {0} tracks." .format(itemcount))