[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[tyndur-devel] [PATCH] * losh: String geändert
* commands.c: Es sollte "Datei nicht gefunden!" heißen, es handelt sic
ja nicht direkt um einen Befehl
Signed-off-by: Alexander Kluth <hartmut@xxxxxxxxxx>
---
src/modules/c/shell/commmands.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/modules/c/shell/commmands.c b/src/modules/c/shell/commmands.c
index 4e47ab7..6dc4c30 100644
--- a/src/modules/c/shell/commmands.c
+++ b/src/modules/c/shell/commmands.c
@@ -140,7 +140,7 @@ int shell_command_start(int argc, char* argv[], const char* cmd)
return 0;
}
- puts(TMS(start_not_found, "Befehl wurde nicht gefunden!"));
+ puts(TMS(start_not_found, "Datei wurde nicht gefunden!"));
return -1;
}
--
1.7.7