Fix a bunch of missing translation tags and fix a few default strings
This commit is contained in:
+1
-1
@@ -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"",
|
||||
|
||||
Reference in New Issue
Block a user