Change some preferences help lines

This commit is contained in:
Veronica K. B. Olsen
2020-12-08 17:41:09 +01:00
parent 9ffb5e6a16
commit cd675b23d1
+4 -4
View File
@@ -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
)