From 8738bc562e8ebf6e5ff41df4487c734b32c0007e Mon Sep 17 00:00:00 2001 From: Veronica Berglyd Olsen <1619840+vkbo@users.noreply.github.com> Date: Thu, 23 Nov 2023 23:53:22 +0100 Subject: [PATCH] Update alpha version warning, and drop the translation --- novelwriter/guimain.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/novelwriter/guimain.py b/novelwriter/guimain.py index defb0fe5..b7eb97ca 100644 --- a/novelwriter/guimain.py +++ b/novelwriter/guimain.py @@ -345,11 +345,11 @@ class GuiMain(QMainWindow): logger.debug("Ready: GUI") if __hexversion__[-2] == "a" and not CONFIG.isDebug: - SHARED.warn(self.tr( + SHARED.warn( "You are running an untested development version of novelWriter. " - "Please be careful when working on a live project " + "Please be careful when you are working on live projects " "and make sure you take regular backups." - )) + ) logger.info("novelWriter is ready ...") self.mainStatus.setStatusMessage(self.tr("novelWriter is ready ..."))