Corrected error message
This commit is contained in:
parent
ea1ac6490a
commit
c51efebf95
@ -393,7 +393,7 @@ class Command_prompt(Label):
|
|||||||
elif argv[2]=="2square":
|
elif argv[2]=="2square":
|
||||||
self.app.painter.shape=Square2
|
self.app.painter.shape=Square2
|
||||||
else:
|
else:
|
||||||
self.message="error: unrecognized shape '"+argv[2]+"'; supported shapes are cross|disk"
|
self.message="error: unrecognized shape '"+argv[2]+"'; supported shapes are cross|disk|staircase|2square"
|
||||||
return
|
return
|
||||||
|
|
||||||
# toggle grid
|
# toggle grid
|
||||||
|
Loading…
Reference in New Issue
Block a user