Fix some typos and inconsistencies in GUI texts

This commit is contained in:
Veronica K. B. Olsen
2021-02-24 22:19:17 +01:00
parent fcd1d400f8
commit 36fd23b264
9 changed files with 374 additions and 376 deletions
+2 -2
View File
@@ -988,7 +988,7 @@ class NWProject():
if not os.path.isdir(self.mainConf.backupPath):
self.theParent.makeAlert(
self.tr(
"You must set a valid backup path in preferences to use "
"You must set a valid backup path in Preferences to use "
"the automatic project backup feature."
), nwAlert.WARN
)
@@ -997,7 +997,7 @@ class NWProject():
if self.projName == "":
self.theParent.makeAlert(
self.tr(
"You must set a valid project name in project settings to "
"You must set a valid project name in Project Settings to "
"use the automatic project backup feature."
), nwAlert.WARN
)