mirror of
https://github.com/beetbox/beets.git
synced 2025-12-25 18:13:17 +01:00
Issue #3569 changed the the text from Keep both to keep all
This commit is contained in:
parent
013155a9d8
commit
d51e44b9e6
1 changed files with 1 additions and 1 deletions
|
|
@ -807,7 +807,7 @@ class TerminalImportSession(importer.ImportSession):
|
|||
))
|
||||
|
||||
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':
|
||||
|
|
|
|||
Loading…
Reference in a new issue