Skip to content

Commit

Permalink
Issue beetbox#3569 changed the the text from Keep both to keep all
Browse files Browse the repository at this point in the history
  • Loading branch information
Georg Schwitalla committed Oct 24, 2020
1 parent 013155a commit d51e44b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion beets/ui/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -807,7 +807,7 @@ def resolve_duplicate(self, task, found_duplicates):
))

sel = ui.input_options(
(u'Skip new', u'Keep both', u'Remove old', u'Merge all')
(u'Skip new', u'Keep all', u'Remove old', u'Merge all')
)

if sel == u's':
Expand Down

0 comments on commit d51e44b

Please sign in to comment.