Small syntax error fix
This commit is contained in:
parent
e9ea84439b
commit
9e325abf70
|
@ -130,7 +130,7 @@ class TaskPanel:
|
|||
for j in range(0, len(faces)):
|
||||
self.faces.append(faces[j])
|
||||
if not self.faces:
|
||||
msg = Translator.translate("Ship objects can only be created on top of hull geometry (any face object selected).\n"
|
||||
msg = Translator.translate("Ship objects can only be created on top of hull geometry (any face object selected).\n")
|
||||
App.Console.PrintError(msg)
|
||||
msg = Translator.translate("Please create or download a ship hull geometry before using this tool\n")
|
||||
App.Console.PrintError(msg)
|
||||
|
|
Loading…
Reference in New Issue
Block a user