Issue #3569 changed the the text from Keep both to keep all

This commit is contained in:
Georg Schwitalla 2020-10-24 13:29:44 +02:00
parent 013155a9d8
commit d51e44b9e6

View file

@ -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':