Skip to content

Commit

Permalink
Update customize lemmas language option strings
Browse files Browse the repository at this point in the history
This should clarify the two options
  • Loading branch information
xxyzz committed Apr 29, 2024
1 parent 0c267e6 commit dec6d0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config.py
Original file line number Diff line number Diff line change
Expand Up @@ -497,8 +497,8 @@ def __init__(self, parent: QObject, is_kindle: bool):
if gloss_lang == selected_gloss_code:
self.gloss_lang_box.setCurrentText(gloss_lang_name)
self.gloss_lang_changed(language_dict)
form_layout.addRow(_("Gloss language"), self.gloss_lang_box)
form_layout.addRow(_("Lemma language"), self.lemma_lang_box)
form_layout.addRow(_("Definition language"), self.gloss_lang_box)
form_layout.addRow(_("Book language"), self.lemma_lang_box)

if is_kindle:
self.use_wiktionary_box = QCheckBox("")
Expand Down

0 comments on commit dec6d0b

Please sign in to comment.