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" )