string changes

This commit is contained in:
Kovid Goyal 2021-05-18 12:30:18 +05:30
parent d720400d77
commit bc87d29b93
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C
2 changed files with 2 additions and 2 deletions

View File

@ -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-&amp;screen view </string> <string>Optimize for full-&amp;screen mode</string>
</property> </property>
</widget> </widget>
</item> </item>

View File

@ -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():