Fix the redundant spaces highlight option text in Preferences: issue #1043

This commit is contained in:
Veronica Berglyd Olsen
2022-04-23 15:17:20 +02:00
parent b588fdfe1a
commit 147b9a4501
+1 -1
View File
@@ -902,7 +902,7 @@ class GuiPreferencesSyntax(QWidget):
self.showMultiSpaces = QSwitch()
self.showMultiSpaces.setChecked(self.mainConf.showMultiSpaces)
self.mainForm.addRow(
self.tr("Highlight multiple spaces"),
self.tr("Highlight multiple or trailing spaces"),
self.showMultiSpaces,
self.tr("Applies to the document editor only.")
)