Fix a bunch of missing translation tags and fix a few default strings
This commit is contained in:
+1
-1
@@ -257,7 +257,7 @@ class GuiBuildNovel(QDialog):
|
||||
# Styling Options
|
||||
# ===============
|
||||
|
||||
self.styleGroup = QGroupBox("Styling Options", self)
|
||||
self.styleGroup = QGroupBox(self.tr("Styling Options"), self)
|
||||
self.styleForm = QGridLayout(self)
|
||||
self.styleGroup.setLayout(self.styleForm)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user