fix stray quotes
thanks sk33t3rson for the catch
This commit is contained in:
parent
472d36cce1
commit
fb7f11917b
1 changed files with 1 additions and 1 deletions
|
|
@ -412,7 +412,7 @@ def menunode_choose_name(caller, raw_string, **kwargs):
|
||||||
|
|
||||||
help = "You'll have a chance to change your mind before confirming, even if the name is free."
|
help = "You'll have a chance to change your mind before confirming, even if the name is free."
|
||||||
# since this is a free-text field, we just have the one
|
# since this is a free-text field, we just have the one
|
||||||
options = { "key": "_default", "goto": "_check_charname" }
|
options = { "key": "_default", "goto": _check_charname }
|
||||||
return (text, help), options
|
return (text, help), options
|
||||||
|
|
||||||
def _check_charname(caller, raw_string, **kwargs):
|
def _check_charname(caller, raw_string, **kwargs):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue