Use "project name" consistently on the GUI

This commit is contained in:
Veronica Berglyd Olsen
2022-05-22 16:23:49 +02:00
parent a541c90690
commit f7e31bd452
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -187,7 +187,7 @@ class GuiProjectEditMain(QWidget):
self.editName.setMaximumWidth(xW)
self.editName.setText(self.theProject.projName)
self.mainForm.addRow(
self.tr("Working title"),
self.tr("Project name"),
self.editName,
self.tr("Should be set only once.")
)