mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
87ccc0f667
commit
0766cdd135
@ -107,7 +107,7 @@ class FilenamePattern(QWidget, Ui_Form): # {{{
|
||||
ext = os.path.splitext(fname)[1][1:].lower()
|
||||
if ext not in BOOK_EXTENSIONS:
|
||||
return warning_dialog(self, _('Test name invalid'),
|
||||
_('The name <b>%r</b> does not appear to end with a'
|
||||
_('The name <b>%s</b> does not appear to end with a'
|
||||
' file extension. The name must end with a file '
|
||||
' extension like .epub or .mobi')%fname, show=True)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user