From dec6d0bf78cbd45bd40fb7c5efc8c5c140f3d713 Mon Sep 17 00:00:00 2001 From: xxyzz Date: Mon, 29 Apr 2024 21:56:33 +0800 Subject: [PATCH] Update customize lemmas language option strings This should clarify the two options --- config.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.py b/config.py index 3d9a5aa..62874eb 100644 --- a/config.py +++ b/config.py @@ -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("")