mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-06-23 15:30:45 -04:00
...
This commit is contained in:
parent
454afea399
commit
8ebde09b7d
@ -295,7 +295,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 directory are the same book in different formats?'))
|
'Assume all e-book files in a single directory are the same book in different formats?'))
|
||||||
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