Fix missing translation in Project Word List
This commit is contained in:
@@ -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
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user