mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-08 20:35:18 +02:00
String changes
This commit is contained in:
parent
48a59e1333
commit
94a6fcadcf
3 changed files with 4 additions and 4 deletions
|
|
@ -134,7 +134,7 @@ def __init__(self, input, output, log, report_progress=DummyReporter(),
|
|||
'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()])
|
||||
),
|
||||
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
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'
|
||||
|
||||
|
|
|
|||
|
|
@ -110,7 +110,7 @@
|
|||
</widget>
|
||||
<widget class="QWidget" name="tab">
|
||||
<attribute name="title">
|
||||
<string>&Template Functions</string>
|
||||
<string>&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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue