String changes

This commit is contained in:
Kovid Goyal 2017-05-25 17:45:05 +05:30
parent 5527c1d04c
commit 4e46901cb3
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C
4 changed files with 4 additions and 4 deletions

View File

@ -31,7 +31,7 @@
<item row="2" column="0">
<widget class="QLabel" name="label_17">
<property name="text">
<string>&amp;User Interface layout (needs restart):</string>
<string>&amp;User interface layout (needs restart):</string>
</property>
<property name="buddy">
<cstring>opt_gui_layout</cstring>

View File

@ -123,7 +123,7 @@
<item>
<widget class="QLabel" name="label_4">
<property name="text">
<string>&amp;Program code: (be sure to follow Python indenting rules)</string>
<string>&amp;Program code (Follow Python indenting rules):</string>
</property>
<property name="buddy">
<cstring>program</cstring>

View File

@ -391,7 +391,7 @@ class Main(MainWindow):
_('Set semantics'))
self.action_filter_css = treg('filter.png', _('&Filter style information'), self.boss.filter_css, 'filter-css', (),
_('Filter style information'))
self.action_manage_fonts = treg('font.png', _('Manage &fonts'), self.boss.manage_fonts, 'manage-fonts', (), _('Manage fonts in the book'))
self.action_manage_fonts = treg('font.png', _('&Manage fonts'), self.boss.manage_fonts, 'manage-fonts', (), _('Manage fonts in the book'))
self.action_add_cover = treg('default_cover.png', _('Add &cover'), self.boss.add_cover, 'add-cover', (), _('Add a cover to the book'))
self.action_reports = treg(
'reports.png', _('&Reports'), self.boss.show_reports, 'show-reports', ('Ctrl+Shift+R',), _('Show a report on various aspects of the book'))

View File

@ -41,7 +41,7 @@
<string>&lt;p&gt;A mail server is useful if the service you are sending mail to only accepts email from well know mail services.</string>
</property>
<property name="title">
<string>Mail &amp;Server</string>
<string>Mail &amp;server</string>
</property>
<layout class="QGridLayout" name="gridLayout_3">
<item row="0" column="0" colspan="4">