diff --git a/evennia/commands/cmdhandler.py b/evennia/commands/cmdhandler.py index ca18957e48..c0002987ac 100644 --- a/evennia/commands/cmdhandler.py +++ b/evennia/commands/cmdhandler.py @@ -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.')