diff options
-rw-r--r-- | command.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/command.c b/command.c index 6b875b5..e9b87a0 100644 --- a/command.c +++ b/command.c @@ -664,7 +664,7 @@ void command(uint id, char *input) { cmd, Commands, ARRAY_LEN(Commands), sizeof(*handler), compar ); if (!handler) { - uiFormat(id, Warm, NULL, "toki '%s' li lon ala", cmd); + uiFormat(id, Warm, NULL, "mi sona ala e nimi pali '%s'", cmd); return; } if ( |