From cf42eeeae3bd2942dec80cebe8d3c7b2452ee6d5 Mon Sep 17 00:00:00 2001 From: Veronica Berglyd Olsen <1619840+vkbo@users.noreply.github.com> Date: Sat, 22 Mar 2025 16:32:52 +0100 Subject: [PATCH] Fix typos --- CHANGELOG.md | 2 +- novelwriter/guimain.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e83846e1..4d4d6ba3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/novelwriter/guimain.py b/novelwriter/guimain.py index 607bec50..30467411 100644 --- a/novelwriter/guimain.py +++ b/novelwriter/guimain.py @@ -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: