Skip to content

Commit

Permalink
Fix cursor width text in preferences
Browse files Browse the repository at this point in the history
  • Loading branch information
vkbo committed Feb 6, 2025
1 parent 585f2e5 commit bf8f6f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions novelwriter/dialogs/preferences.py
Original file line number Diff line number Diff line change
Expand Up @@ -529,8 +529,8 @@ def buildForm(self) -> None:
self.cursorWidth.setSingleStep(1)
self.cursorWidth.setValue(CONFIG.cursorWidth)
self.mainForm.addRow(
self.tr("Cursor Width"), self.cursorWidth,
self.tr("The width of the editor cursor."),
self.tr("Cursor width"), self.cursorWidth,
self.tr("The width of the text cursor of the editor."),
unit=self.tr("px")
)

Expand Down

0 comments on commit bf8f6f0

Please sign in to comment.