From 2f1bc456c03f102ea665ee26490565593d22dec8 Mon Sep 17 00:00:00 2001 From: "Veronica K. B. Olsen" <1619840+vkbo@users.noreply.github.com> Date: Thu, 21 May 2020 20:39:21 +0200 Subject: [PATCH] Changed some help text a bit --- nw/gui/dialogs/docsplit.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nw/gui/dialogs/docsplit.py b/nw/gui/dialogs/docsplit.py index 137138c3..25cc2f1d 100644 --- a/nw/gui/dialogs/docsplit.py +++ b/nw/gui/dialogs/docsplit.py @@ -57,7 +57,7 @@ class GuiDocSplit(QDialog): self.headLabel = QLabel("Document Headers") 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()