Merge pull request #3783 from Sudo-kun/feature/3569

Changed the phrasing asked in Issue 3569
This commit is contained in:
Adrian Sampson 2020-10-25 06:57:06 -04:00
commit 374f211135
2 changed files with 3 additions and 1 deletions

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

View file

@ -8,6 +8,8 @@ New features:
* When config is printed with no available configuration a new message is printed.
:bug:`3779`
* When importing a duplicate album it ask if it should "Keep all" instead of "Keep both".
:bug:`3569`
* :doc:`/plugins/chroma`: Update file metadata after generating fingerprints through the `submit` command.
* :doc:`/plugins/lastgenre`: Added more heavy metal genres: https://en.wikipedia.org/wiki/Heavy_metal_genres to genres.txt and genres-tree.yaml
* :doc:`/plugins/subsonicplaylist`: import playlist from a subsonic server.