Fix typos

This commit is contained in:
Veronica Berglyd Olsen
2025-03-22 16:32:52 +01:00
parent 4da120633e
commit cf42eeeae3
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1173,7 +1173,7 @@ _These Release Notes also include the changes from the 2.2 Beta 1 and 2.2 RC 1 r
**Usability**
* Use `Ctrl+K, H` for inserting short description comments (alias to synopsis), drop the space
after the `%` symbol when inserting special comments, add a browse icon to the open open project
after the `%` symbol when inserting special comments, add a browse icon to the open project
dialog, and remove the popup warning for Alpha releases. PR #1626.
* Menu entries no longer clear the status bar message when they are hovered. This was caused by a
status tip feature in Qt, which prints a blank message to the status bar. PR #1630.
+1 -1
View File
@@ -532,7 +532,7 @@ class GuiMain(QMainWindow):
) -> bool:
"""Open a specific document, optionally at a given line."""
if not (SHARED.hasProject and tHandle):
logger.error("Nothing to open open")
logger.error("Nothing to open")
return False
if sTitle and tLine is None: