This commit is contained in:
Kovid Goyal 2016-06-18 19:27:10 +05:30
parent 87ccc0f667
commit 0766cdd135

View File

@ -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)