From bcc38b32f451fb5f316029e0d6080f427a584371 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 13 Jul 2020 08:22:18 +0530 Subject: [PATCH] string changes --- 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 0bb8caf385..91727ccfa0 100644 --- a/src/calibre/gui2/dialogs/custom_recipes.py +++ b/src/calibre/gui2/dialogs/custom_recipes.py @@ -569,7 +569,7 @@ class CustomRecipes(Dialog): la = lambda *args:self.list_actions.append(args) la('plus.png', _('&New recipe'), _('Create a new recipe from scratch'), self.add_recipe) la('news.png', _('Customize &builtin recipe'), _('Customize a builtin news download source'), self.customize_recipe) - la('document_open.png', _('Load recipe from &file'), _('Load a recipe from a &file'), self.load_recipe) + la('document_open.png', _('Load recipe from &file'), _('Load a recipe from a file'), self.load_recipe) la('mimetypes/dir.png', _('&Show recipe files'), _('Show the folder containing all recipe files'), self.show_recipe_files) la('mimetypes/opml.png', _('Import &OPML'), _( "Import a collection of RSS feeds in OPML format\n"