From cd675b23d155635d48ae776c40b3721dfd7ccc16 Mon Sep 17 00:00:00 2001 From: "Veronica K. B. Olsen" <1619840+vkbo@users.noreply.github.com> Date: Tue, 8 Dec 2020 17:41:09 +0100 Subject: [PATCH] Change some preferences help lines --- nw/gui/preferences.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/nw/gui/preferences.py b/nw/gui/preferences.py index 8cf47f04..389c9f6f 100644 --- a/nw/gui/preferences.py +++ b/nw/gui/preferences.py @@ -946,7 +946,7 @@ class GuiConfigEditAutoReplaceTab(QWidget): self.mainForm.addRow( "Single quote open style", self.quoteSym["SO"], - "The symbol used for a leading single quote.", + "The symbol to use for a leading single quote.", theButton=self.btnSingleStyleO ) @@ -962,7 +962,7 @@ class GuiConfigEditAutoReplaceTab(QWidget): self.mainForm.addRow( "Single quote close style", self.quoteSym["SC"], - "The symbol used for a trailing single quote.", + "The symbol to use for a trailing single quote.", theButton=self.btnSingleStyleC ) @@ -979,7 +979,7 @@ class GuiConfigEditAutoReplaceTab(QWidget): self.mainForm.addRow( "Double quote open style", self.quoteSym["DO"], - "The symbol used for a leading double quote.", + "The symbol to use for a leading double quote.", theButton=self.btnDoubleStyleO ) @@ -995,7 +995,7 @@ class GuiConfigEditAutoReplaceTab(QWidget): self.mainForm.addRow( "Double quote close style", self.quoteSym["DC"], - "The symbol used for a trailing double quote.", + "The symbol to use for a trailing double quote.", theButton=self.btnDoubleStyleC )