Fix a bunch of missing translation tags and fix a few default strings

This commit is contained in:
Veronica K. B. Olsen
2021-02-17 01:37:28 +01:00
parent 7f84c3c71c
commit 1f0e6c0426
11 changed files with 15 additions and 14 deletions
+1 -1
View File
@@ -203,7 +203,7 @@ class NWProject():
self.autoReplace = {}
self.titleFormat = {
"title" : r"%title%",
"chapter" : self.tr(r"Chapter %ch%: %title%"),
"chapter" : self.tr("Chapter")+r" %ch%: %title%",
"unnumbered" : r"%title%",
"scene" : r"* * *",
"section" : r"",