Small syntax error fix

This commit is contained in:
Jose Luis Cercós pita
2012-01-29 19:29:25 +01:00
parent 1fa3d1c78d
commit 050ad94d8d

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)