string changes

This commit is contained in:
Kovid Goyal 2024-11-15 12:39:19 +05:30
parent d360d08abb
commit bdcfa07594
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -86,7 +86,7 @@ class DocViewer(Dialog):
l.addWidget(e) l.addWidget(e)
bl = QHBoxLayout() bl = QHBoxLayout()
l.addLayout(bl) 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.setChecked(gprefs.get('template_editor_docs_in_english', False))
cb.stateChanged.connect(self.english_cb_state_changed) cb.stateChanged.connect(self.english_cb_state_changed)
bl.addWidget(cb) bl.addWidget(cb)