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
d360d08abb
commit
bdcfa07594
@ -86,7 +86,7 @@ class DocViewer(Dialog):
|
||||
l.addWidget(e)
|
||||
bl = QHBoxLayout()
|
||||
l.addLayout(bl)
|
||||
self.english_cb = cb = QCheckBox(_('Show documentation in original &English'))
|
||||
self.english_cb = cb = QCheckBox(_('Show documentation as original &English'))
|
||||
cb.setChecked(gprefs.get('template_editor_docs_in_english', False))
|
||||
cb.stateChanged.connect(self.english_cb_state_changed)
|
||||
bl.addWidget(cb)
|
||||
|
Loading…
x
Reference in New Issue
Block a user