Changed some help text a bit
This commit is contained in:
@@ -57,7 +57,7 @@ class GuiDocSplit(QDialog):
|
|||||||
|
|
||||||
self.headLabel = QLabel("<b>Document Headers</b>")
|
self.headLabel = QLabel("<b>Document Headers</b>")
|
||||||
self.helpLabel = QHelpLabel(
|
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()
|
self.listBox = QListWidget()
|
||||||
|
|||||||
Reference in New Issue
Block a user