mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
String changes
This commit is contained in:
parent
48a59e1333
commit
94a6fcadcf
@ -134,7 +134,7 @@ OptionRecommendation(name='input_profile',
|
|||||||
'conversion system information on how to interpret '
|
'conversion system information on how to interpret '
|
||||||
'various information in the input document. For '
|
'various information in the input document. For '
|
||||||
'example resolution dependent lengths (i.e. lengths in '
|
'example resolution dependent lengths (i.e. lengths in '
|
||||||
'pixels). Choices are:')+ ', '.join([
|
'pixels). Choices are:') + ' ' + ', '.join([
|
||||||
x.short_name for x in input_profiles()])
|
x.short_name for x in input_profiles()])
|
||||||
),
|
),
|
||||||
|
|
||||||
|
@ -9,7 +9,7 @@ from calibre.gui2.preferences.main import Preferences
|
|||||||
class ShowTemplateFunctionsAction(InterfaceAction):
|
class ShowTemplateFunctionsAction(InterfaceAction):
|
||||||
|
|
||||||
name = 'Template Functions'
|
name = 'Template Functions'
|
||||||
action_spec = (_('Template Functions'), 'debug.png', None, ())
|
action_spec = (_('Template functions'), 'debug.png', None, ())
|
||||||
dont_add_to = frozenset(('context-menu-device',))
|
dont_add_to = frozenset(('context-menu-device',))
|
||||||
action_type = 'current'
|
action_type = 'current'
|
||||||
|
|
||||||
|
@ -110,7 +110,7 @@
|
|||||||
</widget>
|
</widget>
|
||||||
<widget class="QWidget" name="tab">
|
<widget class="QWidget" name="tab">
|
||||||
<attribute name="title">
|
<attribute name="title">
|
||||||
<string>&Template Functions</string>
|
<string>&Template functions</string>
|
||||||
</attribute>
|
</attribute>
|
||||||
<layout class="QGridLayout" name="gridLayout">
|
<layout class="QGridLayout" name="gridLayout">
|
||||||
<item row="0" column="0" colspan="2">
|
<item row="0" column="0" colspan="2">
|
||||||
@ -275,4 +275,4 @@
|
|||||||
<container>1</container>
|
<container>1</container>
|
||||||
</customwidget>
|
</customwidget>
|
||||||
</customwidgets>
|
</customwidgets>
|
||||||
</ui>
|
</ui>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user