Fix missing translation in Project Word List

This commit is contained in:
Veronica Berglyd Olsen
2024-03-10 14:52:10 +01:00
parent a5064d6237
commit 3edb76abbf
+1 -1
View File
@@ -70,7 +70,7 @@ class GuiWordList(QDialog):
# Header
self.headLabel = NColourLabel(
"Project Word List", SHARED.theme.helpText, parent=self,
self.tr("Project Word List"), SHARED.theme.helpText, parent=self,
scale=NColourLabel.HEADER_SCALE
)