Change the wording for the multiple spaces setting in Preferences

This commit is contained in:
Veronica Berglyd Olsen
2025-08-24 15:24:05 +02:00
parent b095b0ae12
commit 2bf8ca8ab6
+1 -1
View File
@@ -701,7 +701,7 @@ class GuiPreferences(NDialog):
self.showMultiSpaces = NSwitch(self)
self.showMultiSpaces.setChecked(CONFIG.showMultiSpaces)
self.mainForm.addRow(
self.tr("Highlight multiple or trailing spaces"), self.showMultiSpaces,
self.tr("Highlight multiple spaces between words"), self.showMultiSpaces,
self.tr("Applies to the document editor only.")
)