fix gui typo

This commit is contained in:
sudwhiwdh 2023-05-02 17:17:26 +00:00 committed by deeplow
parent 8bdafce660
commit f8f9cf304e
No known key found for this signature in database
GPG key ID: 577982871529A52A

View file

@ -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])