mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix #1526 (rephrased prompt)
This commit is contained in:
parent
2cb3a3c637
commit
d57c828b56
@ -301,7 +301,7 @@ class AddAction(InterfaceAction):
|
|||||||
|
|
||||||
def add_recursive_question(self):
|
def add_recursive_question(self):
|
||||||
single = question_dialog(self.gui, _('Multi-file books?'), _(
|
single = question_dialog(self.gui, _('Multi-file books?'), _(
|
||||||
'Assume all e-book files in a single folder are the same book in different formats?'))
|
'Assume all e-book files in a single folder are multiple formats of the same book?'))
|
||||||
self.add_recursive(single)
|
self.add_recursive(single)
|
||||||
|
|
||||||
def add_empty(self, *args):
|
def add_empty(self, *args):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user