Fixed a typo and downgraded some error messages in the index class to info

This commit is contained in:
Veronica K. B. Olsen
2020-10-06 01:37:30 +02:00
parent 93851d84bf
commit dceb5e62c6
2 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -446,7 +446,7 @@ class GuiDocEditor(QTextEdit):
return self.textCursor().selectionEnd()
def saveCursorPosition(self):
"""Save the cursor position to the current project otem.
"""Save the cursor position to the current project item object.
"""
theItem = self.nwDocument.getCurrentItem()
if theItem is not None: