mirror of
https://github.com/evennia/evennia.git
synced 2026-03-18 22:06:30 +01:00
patch nomatch suggestions
This commit is contained in:
parent
0f70f51724
commit
14a12b7bf3
1 changed files with 1 additions and 1 deletions
|
|
@ -748,7 +748,7 @@ def cmdhandler(
|
|||
)
|
||||
if suggestions:
|
||||
sysarg += _(" Maybe you meant {command}?").format(
|
||||
command=utils.list_to_string(suggestions, _("or"), addquote=True)
|
||||
command=utils.list_to_string(suggestions, endsep=_("or"), addquote=True)
|
||||
)
|
||||
else:
|
||||
sysarg += _(' Type "help" for help.')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue