From af0937cbcc8fe60308eb1db7acd0557890d4ebe7 Mon Sep 17 00:00:00 2001 From: "Veronica K. B. Olsen" <1619840+vkbo@users.noreply.github.com> Date: Wed, 9 Sep 2020 21:10:39 +0200 Subject: [PATCH] Corrected a label in Preferences --- nw/gui/preferences.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/nw/gui/preferences.py b/nw/gui/preferences.py index ddfb8971..d1e21c20 100644 --- a/nw/gui/preferences.py +++ b/nw/gui/preferences.py @@ -490,9 +490,8 @@ class GuiConfigEditLayoutTab(QWidget): self.tabWidth.setSingleStep(1) self.tabWidth.setValue(self.mainConf.tabWidth) self.mainForm.addRow( - "Editor tab width", + "Document tab width", self.tabWidth, - "This feature requires Qt 5.9 or later.", theUnit="px" )