diff --git a/parts/scenes/app_console.lua b/parts/scenes/app_console.lua index 759eefc7..6abe91a2 100644 --- a/parts/scenes/app_console.lua +++ b/parts/scenes/app_console.lua @@ -580,7 +580,7 @@ local commands={}do return end end - log{C.A,"No this applet, type app -list to check all applets"} + log{C.A,"No applet with this name. Type app -list to view all applets"} else log{C.A,"Usage:"} log{C.A,"app -list"} @@ -995,4 +995,4 @@ scene.widgetList={ inputBox, } -return scene \ No newline at end of file +return scene