mirror of
https://github.com/beetbox/beets.git
synced 2026-02-26 17:21:24 +01:00
changed "Selecive" to "Select items" in ui
This commit is contained in:
parent
fafc73077d
commit
5747c6ae68
1 changed files with 1 additions and 1 deletions
|
|
@ -379,7 +379,7 @@ def input_select_items(prompt, items, rep):
|
|||
out_items = []
|
||||
choice = input_options(
|
||||
('y', 'n', 's'), False,
|
||||
'%s (Yes/No/Selective)?' % prompt)
|
||||
'%s (Yes/No/Select items)?' % prompt)
|
||||
print()
|
||||
if choice == 'y':
|
||||
out_items = items
|
||||
|
|
|
|||
Loading…
Reference in a new issue