Fix the redundant spaces highlight option text in Preferences: issue #1043
This commit is contained in:
@@ -902,7 +902,7 @@ class GuiPreferencesSyntax(QWidget):
|
|||||||
self.showMultiSpaces = QSwitch()
|
self.showMultiSpaces = QSwitch()
|
||||||
self.showMultiSpaces.setChecked(self.mainConf.showMultiSpaces)
|
self.showMultiSpaces.setChecked(self.mainConf.showMultiSpaces)
|
||||||
self.mainForm.addRow(
|
self.mainForm.addRow(
|
||||||
self.tr("Highlight multiple spaces"),
|
self.tr("Highlight multiple or trailing spaces"),
|
||||||
self.showMultiSpaces,
|
self.showMultiSpaces,
|
||||||
self.tr("Applies to the document editor only.")
|
self.tr("Applies to the document editor only.")
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user