Fix #1526 (rephrased prompt)

This commit is contained in:
Kovid Goyal 2021-11-11 07:34:00 +05:30
parent 2cb3a3c637
commit d57c828b56
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -301,7 +301,7 @@ class AddAction(InterfaceAction):
def add_recursive_question(self):
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)
def add_empty(self, *args):