String changes

This commit is contained in:
Kovid Goyal 2021-05-05 16:31:00 +05:30
parent 48a59e1333
commit 94a6fcadcf
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C
3 changed files with 4 additions and 4 deletions

View File

@ -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()])
),

View File

@ -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'

View File

@ -110,7 +110,7 @@
</widget>
<widget class="QWidget" name="tab">
<attribute name="title">
<string>&amp;Template Functions</string>
<string>&amp;Template functions</string>
</attribute>
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="0" colspan="2">
@ -275,4 +275,4 @@
<container>1</container>
</customwidget>
</customwidgets>
</ui>
</ui>