mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-06-23 15:30:45 -04:00
String changes
This commit is contained in:
parent
c345691c1d
commit
947f28e3cc
@ -1058,7 +1058,7 @@ class Editor(QWidget): # {{{
|
|||||||
tb.addWidget(self.toolbar3)
|
tb.addWidget(self.toolbar3)
|
||||||
l.addWidget(self.editor)
|
l.addWidget(self.editor)
|
||||||
self._layout.addWidget(self.tabs)
|
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.addTab(self.code_edit, _('&HTML source'))
|
||||||
self.tabs.currentChanged[int].connect(self.change_tab)
|
self.tabs.currentChanged[int].connect(self.change_tab)
|
||||||
self.highlighter = Highlighter(self.code_edit.document())
|
self.highlighter = Highlighter(self.code_edit.document())
|
||||||
|
@ -109,7 +109,7 @@
|
|||||||
<item row="1" column="1">
|
<item row="1" column="1">
|
||||||
<widget class="QPushButton" name="clear_all_button">
|
<widget class="QPushButton" name="clear_all_button">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>&Clear all</string>
|
<string>Sele&ct none</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user