From d511c69ee7ee2c4d76643bd5cd21f0908bfdd525 Mon Sep 17 00:00:00 2001 From: Veronica Berglyd Olsen <1619840+vkbo@users.noreply.github.com> Date: Thu, 10 Jun 2021 21:51:52 +0200 Subject: [PATCH] Rewrap some alert messages --- nw/core/project.py | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/nw/core/project.py b/nw/core/project.py index cae1e60f..dcf92822 100644 --- a/nw/core/project.py +++ b/nw/core/project.py @@ -873,8 +873,9 @@ class NWProject(): else: self.makeAlert(self.tr( - "Failed to create a new example project. Could not find the " - "necessary files. They seem to be missing from this installation." + "Failed to create a new example project. " + "Could not find the necessary files. " + "They seem to be missing from this installation." ), nwAlert.ERROR) if isSuccess: @@ -1416,8 +1417,8 @@ class NWProject(): if noWhere: self.makeAlert(self.tr( - "One or more orphaned files could not be added back into the " - "project. Make sure at least a Novel root folder exists." + "One or more orphaned files could not be added back into the project. " + "Make sure at least a Novel root folder exists." ), nwAlert.WARN) return True