Changed some help text a bit

This commit is contained in:
Veronica K. B. Olsen
2020-05-21 20:39:21 +02:00
parent 2a9bdd1985
commit 2f1bc456c0
+1 -1
View File
@@ -57,7 +57,7 @@ class GuiDocSplit(QDialog):
self.headLabel = QLabel("<b>Document Headers</b>")
self.helpLabel = QHelpLabel(
"Select the maximum level to split into files at.", self.theParent.theTheme.helpText
"Select the maximum level to split into files.", self.theParent.theTheme.helpText
)
self.listBox = QListWidget()