From 94a6fcadcfe3f48028c5b8cfb952ef55acca17a6 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 5 May 2021 16:31:00 +0530 Subject: [PATCH] String changes --- src/calibre/ebooks/conversion/plumber.py | 2 +- src/calibre/gui2/actions/show_stored_templates.py | 2 +- src/calibre/gui2/preferences/template_functions.ui | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/calibre/ebooks/conversion/plumber.py b/src/calibre/ebooks/conversion/plumber.py index 32e58e9b66..69188e9c5f 100644 --- a/src/calibre/ebooks/conversion/plumber.py +++ b/src/calibre/ebooks/conversion/plumber.py @@ -134,7 +134,7 @@ OptionRecommendation(name='input_profile', 'conversion system information on how to interpret ' 'various information in the input document. For ' 'example resolution dependent lengths (i.e. lengths in ' - 'pixels). Choices are:')+ ', '.join([ + 'pixels). Choices are:') + ' ' + ', '.join([ x.short_name for x in input_profiles()]) ), diff --git a/src/calibre/gui2/actions/show_stored_templates.py b/src/calibre/gui2/actions/show_stored_templates.py index 6c43e2b447..9f68d9711f 100644 --- a/src/calibre/gui2/actions/show_stored_templates.py +++ b/src/calibre/gui2/actions/show_stored_templates.py @@ -9,7 +9,7 @@ from calibre.gui2.preferences.main import Preferences class ShowTemplateFunctionsAction(InterfaceAction): name = 'Template Functions' - action_spec = (_('Template Functions'), 'debug.png', None, ()) + action_spec = (_('Template functions'), 'debug.png', None, ()) dont_add_to = frozenset(('context-menu-device',)) action_type = 'current' diff --git a/src/calibre/gui2/preferences/template_functions.ui b/src/calibre/gui2/preferences/template_functions.ui index 9f3206affe..5b126ab73c 100644 --- a/src/calibre/gui2/preferences/template_functions.ui +++ b/src/calibre/gui2/preferences/template_functions.ui @@ -110,7 +110,7 @@ - &Template Functions + &Template functions @@ -275,4 +275,4 @@ 1 - \ No newline at end of file +