From 77ed3d106dd7e82459f76f9d3edc973c9abf6e03 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 17 Jul 2011 17:13:50 -0600 Subject: [PATCH] ... --- src/calibre/gui2/convert/regex_builder.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/gui2/convert/regex_builder.py b/src/calibre/gui2/convert/regex_builder.py index c41b8786d9..d0573375da 100644 --- a/src/calibre/gui2/convert/regex_builder.py +++ b/src/calibre/gui2/convert/regex_builder.py @@ -141,7 +141,7 @@ class RegexBuilder(QDialog, Ui_RegexBuilder): except OSError: if iswindows: error_dialog(self, _('Could not open file'), - _('Could not open file, do you have it open in' + _('Could not open the file, do you have it open in' ' another program?'), show=True) return False raise