Skip to content

Commit

Permalink
Fix the redundant spaces highlight option text in Preferences: issue #…
Browse files Browse the repository at this point in the history
  • Loading branch information
vkbo committed Apr 23, 2022
1 parent b588fdf commit 147b9a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion novelwriter/dialogs/preferences.py
Original file line number Diff line number Diff line change
Expand Up @@ -902,7 +902,7 @@ def __init__(self, theParent):
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.")
)
Expand Down

0 comments on commit 147b9a4

Please sign in to comment.