Update alpha version warning, and drop the translation

This commit is contained in:
Veronica Berglyd Olsen
2023-11-23 23:53:22 +01:00
parent b7eede22da
commit 8738bc562e
+3 -3
View File
@@ -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 ..."))