Rewrap some alert messages
This commit is contained in:
+5
-4
@@ -873,8 +873,9 @@ class NWProject():
|
|||||||
|
|
||||||
else:
|
else:
|
||||||
self.makeAlert(self.tr(
|
self.makeAlert(self.tr(
|
||||||
"Failed to create a new example project. Could not find the "
|
"Failed to create a new example project. "
|
||||||
"necessary files. They seem to be missing from this installation."
|
"Could not find the necessary files. "
|
||||||
|
"They seem to be missing from this installation."
|
||||||
), nwAlert.ERROR)
|
), nwAlert.ERROR)
|
||||||
|
|
||||||
if isSuccess:
|
if isSuccess:
|
||||||
@@ -1416,8 +1417,8 @@ class NWProject():
|
|||||||
|
|
||||||
if noWhere:
|
if noWhere:
|
||||||
self.makeAlert(self.tr(
|
self.makeAlert(self.tr(
|
||||||
"One or more orphaned files could not be added back into the "
|
"One or more orphaned files could not be added back into the project. "
|
||||||
"project. Make sure at least a Novel root folder exists."
|
"Make sure at least a Novel root folder exists."
|
||||||
), nwAlert.WARN)
|
), nwAlert.WARN)
|
||||||
|
|
||||||
return True
|
return True
|
||||||
|
|||||||
Reference in New Issue
Block a user