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
d720400d77
commit
bc87d29b93
@ -51,7 +51,7 @@
|
|||||||
<item row="4" column="0">
|
<item row="4" column="0">
|
||||||
<widget class="QCheckBox" name="opt_snb_full_screen">
|
<widget class="QCheckBox" name="opt_snb_full_screen">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Optimize for full-&screen view </string>
|
<string>Optimize for full-&screen mode</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
|
@ -731,7 +731,7 @@ def snb_output(container):
|
|||||||
g.appendChild(checkbox('snb_insert_empty_line', _('Insert &empty line between paragraphs')))
|
g.appendChild(checkbox('snb_insert_empty_line', _('Insert &empty line between paragraphs')))
|
||||||
g.appendChild(checkbox('snb_dont_indent_first_line', _('Don\'t indent the &first line for each paragraph')))
|
g.appendChild(checkbox('snb_dont_indent_first_line', _('Don\'t indent the &first line for each paragraph')))
|
||||||
g.appendChild(checkbox('snb_hide_chapter_name', _('Hide &chapter name')))
|
g.appendChild(checkbox('snb_hide_chapter_name', _('Hide &chapter name')))
|
||||||
g.appendChild(checkbox('snb_full_screen', _('Optimize for full-&screen view ')))
|
g.appendChild(checkbox('snb_full_screen', _('Optimize for full-&screen mode')))
|
||||||
# }}}
|
# }}}
|
||||||
|
|
||||||
def restore_defaults():
|
def restore_defaults():
|
||||||
|
Loading…
x
Reference in New Issue
Block a user