Corrected error message
This commit is contained in:
parent
ea1ac6490a
commit
c51efebf95
@ -393,7 +393,7 @@ class Command_prompt(Label):
|
||||
elif argv[2]=="2square":
|
||||
self.app.painter.shape=Square2
|
||||
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
|
||||
|
||||
# toggle grid
|
||||
|
Loading…
Reference in New Issue
Block a user