From 0766cdd13536dde0fd9f0e05447393fb9699ea63 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sat, 18 Jun 2016 19:27:10 +0530 Subject: [PATCH] ... --- src/calibre/gui2/widgets.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/gui2/widgets.py b/src/calibre/gui2/widgets.py index dc57fc8004..2e2dae3b44 100644 --- a/src/calibre/gui2/widgets.py +++ b/src/calibre/gui2/widgets.py @@ -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 %r does not appear to end with a' + _('The name %s does not appear to end with a' ' file extension. The name must end with a file ' ' extension like .epub or .mobi')%fname, show=True)