Fix cursor width text in preferences

This commit is contained in:
Veronica Berglyd Olsen
2025-02-06 22:16:16 +01:00
parent 585f2e567b
commit bf8f6f0dd8
+2 -2
View File
@@ -529,8 +529,8 @@ class GuiPreferences(NDialog):
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")
)