mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Merge pull request #2940 from InspectorCaracal/InspectorCaracal-patch-1
Fix formatting on command suggestions
This commit is contained in:
commit
9d8ab1fbbc
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