about summary refs log tree commit diff
path: root/command.c
diff options
context:
space:
mode:
Diffstat (limited to 'command.c')
-rw-r--r--command.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/command.c b/command.c
index 84be48b..43315f0 100644
--- a/command.c
+++ b/command.c
@@ -664,14 +664,14 @@ void command(uint id, char *input) {
 		cmd, Commands, ARRAY_LEN(Commands), sizeof(*handler), compar
 	);
 	if (!handler) {
-		uiFormat(id, Warm, NULL, "mi sona ala e nimi pali '%s'", cmd);
+		uiFormat(id, Warm, NULL, "mi sona ala e toki ilo '%s'", cmd);
 		return;
 	}
 	if (
 		(self.restricted && handler->flags & Restrict) ||
 		(self.kiosk && handler->flags & Kiosk)
 	) {
-		uiFormat(id, Warm, NULL, "sina ken ala kepeken nimi pali '%s'", cmd);
+		uiFormat(id, Warm, NULL, "sina ken ala kepeken toki ilo '%s'", cmd);
 		return;
 	}