mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-30 10:42:37 +02:00
fix gui typo
This commit is contained in:
parent
8bdafce660
commit
f8f9cf304e
1 changed files with 1 additions and 1 deletions
|
@ -469,7 +469,7 @@ class SettingsWidget(QtWidgets.QWidget):
|
|||
open_layout.addStretch()
|
||||
|
||||
# OCR document
|
||||
self.ocr_checkbox = QtWidgets.QCheckBox("OCR document, language")
|
||||
self.ocr_checkbox = QtWidgets.QCheckBox("OCR document language")
|
||||
self.ocr_combobox = QtWidgets.QComboBox()
|
||||
for k in self.dangerzone.ocr_languages:
|
||||
self.ocr_combobox.addItem(k, self.dangerzone.ocr_languages[k])
|
||||
|
|
Loading…
Reference in a new issue