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;
 	}
 
y.c?id=36bdb2171f7154fcdf1a24d38c8ce3bd7e448cb1&follow=1'>Replace most uses of strncmp() with prefixcmp()Lukas Fleischer 2014-01-09README: Fix dependenciesLukas Fleischer 2014-01-08README: Spelling and formatting fixesLukas Fleischer 2014-01-08Fix UTF-8 with syntax-highlighting.pyPřemysl Janouch 2014-01-08Add a suggestion to the manpagePřemysl Janouch 2014-01-08Fix the example configurationPřemysl Janouch 2014-01-08Fix about-formatting.shPřemysl Janouch 2014-01-08Fix some spelling errorsPřemysl Janouch 2014-01-08filters: highlight.sh: add css comments for highlight 2.6 and 3.8Ferry Hubertsd44724c770e9&follow=1'>Fix completeReplace iterationJune McEnroe 2020-02-11Use pkg(8) to configure on FreeBSDJune McEnroe 2020-02-11Remove legacy codeJune McEnroe 2020-02-11Add INSTALLING section to READMEJune McEnroe