Change some preferences help lines
This commit is contained in:
@@ -946,7 +946,7 @@ class GuiConfigEditAutoReplaceTab(QWidget):
|
|||||||
self.mainForm.addRow(
|
self.mainForm.addRow(
|
||||||
"Single quote open style",
|
"Single quote open style",
|
||||||
self.quoteSym["SO"],
|
self.quoteSym["SO"],
|
||||||
"The symbol used for a leading single quote.",
|
"The symbol to use for a leading single quote.",
|
||||||
theButton=self.btnSingleStyleO
|
theButton=self.btnSingleStyleO
|
||||||
)
|
)
|
||||||
|
|
||||||
@@ -962,7 +962,7 @@ class GuiConfigEditAutoReplaceTab(QWidget):
|
|||||||
self.mainForm.addRow(
|
self.mainForm.addRow(
|
||||||
"Single quote close style",
|
"Single quote close style",
|
||||||
self.quoteSym["SC"],
|
self.quoteSym["SC"],
|
||||||
"The symbol used for a trailing single quote.",
|
"The symbol to use for a trailing single quote.",
|
||||||
theButton=self.btnSingleStyleC
|
theButton=self.btnSingleStyleC
|
||||||
)
|
)
|
||||||
|
|
||||||
@@ -979,7 +979,7 @@ class GuiConfigEditAutoReplaceTab(QWidget):
|
|||||||
self.mainForm.addRow(
|
self.mainForm.addRow(
|
||||||
"Double quote open style",
|
"Double quote open style",
|
||||||
self.quoteSym["DO"],
|
self.quoteSym["DO"],
|
||||||
"The symbol used for a leading double quote.",
|
"The symbol to use for a leading double quote.",
|
||||||
theButton=self.btnDoubleStyleO
|
theButton=self.btnDoubleStyleO
|
||||||
)
|
)
|
||||||
|
|
||||||
@@ -995,7 +995,7 @@ class GuiConfigEditAutoReplaceTab(QWidget):
|
|||||||
self.mainForm.addRow(
|
self.mainForm.addRow(
|
||||||
"Double quote close style",
|
"Double quote close style",
|
||||||
self.quoteSym["DC"],
|
self.quoteSym["DC"],
|
||||||
"The symbol used for a trailing double quote.",
|
"The symbol to use for a trailing double quote.",
|
||||||
theButton=self.btnDoubleStyleC
|
theButton=self.btnDoubleStyleC
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user