Small syntax error fix

This commit is contained in:
Jose Luis Cercós pita 2012-01-29 19:29:25 +01:00
parent e9ea84439b
commit 9e325abf70

View File

@ -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)