String changes

This commit is contained in:
Kovid Goyal 2020-03-22 17:48:47 +05:30
parent c345691c1d
commit 947f28e3cc
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C
2 changed files with 2 additions and 2 deletions

View File

@ -1058,7 +1058,7 @@ class Editor(QWidget): # {{{
tb.addWidget(self.toolbar3)
l.addWidget(self.editor)
self._layout.addWidget(self.tabs)
self.tabs.addTab(self.wyswyg, _('N&ormal view'))
self.tabs.addTab(self.wyswyg, _('&Normal view'))
self.tabs.addTab(self.code_edit, _('&HTML source'))
self.tabs.currentChanged[int].connect(self.change_tab)
self.highlighter = Highlighter(self.code_edit.document())

View File

@ -109,7 +109,7 @@
<item row="1" column="1">
<widget class="QPushButton" name="clear_all_button">
<property name="text">
<string>&amp;Clear all</string>
<string>Sele&amp;ct none</string>
</property>
</widget>
</item>