From 7a65bafac734a712f8d459676689af505e8b89cf Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 26 Nov 2014 18:54:56 +0530 Subject: [PATCH] ... --- src/calibre/gui2/dialogs/custom_recipes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/gui2/dialogs/custom_recipes.py b/src/calibre/gui2/dialogs/custom_recipes.py index d64cd6c693..87a5e27e1e 100644 --- a/src/calibre/gui2/dialogs/custom_recipes.py +++ b/src/calibre/gui2/dialogs/custom_recipes.py @@ -263,7 +263,7 @@ class BasicRecipe(QWidget): # {{{ self.hm = hm = QLabel(_( 'Create a basic news recipe, by adding RSS feeds to it.\n' - 'For some news sources, you will have to use the "Switch to advanced mode"' + 'For some news sources, you will have to use the "Switch to advanced mode" ' 'button below to further customize the fetch process.')) hm.setWordWrap(True) l.addRow(hm)