From 1e5d980b859d2687f201f96d73f02d3c3103e4fc Mon Sep 17 00:00:00 2001 From: "Veronica K. B. Olsen" <1619840+vkbo@users.noreply.github.com> Date: Thu, 11 Feb 2021 18:42:28 +0100 Subject: [PATCH] Fix the label of the idle time switch on Writing Statistics --- nw/gui/writingstats.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nw/gui/writingstats.py b/nw/gui/writingstats.py index c225762a..dec1fef4 100644 --- a/nw/gui/writingstats.py +++ b/nw/gui/writingstats.py @@ -215,7 +215,7 @@ class GuiWritingStats(QDialog): self.filterForm.addWidget(QLabel("Hide zero word count"), 2, 0) self.filterForm.addWidget(QLabel("Hide negative word count"), 3, 0) self.filterForm.addWidget(QLabel("Group entries by day"), 4, 0) - self.filterForm.addWidget(QLabel("Show idle time column"), 5, 0) + self.filterForm.addWidget(QLabel("Show idle time"), 5, 0) self.filterForm.addWidget(self.incNovel, 0, 1) self.filterForm.addWidget(self.incNotes, 1, 1) self.filterForm.addWidget(self.hideZeros, 2, 1)