From f38010b397ee60f4cf3bb1c7316eb467d3dc6108 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Mon, 10 Aug 2015 21:15:15 +0200 Subject: Implement proper handling of unimplemented commands --- qml/CommandInput.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qml/CommandInput.qml') diff --git a/qml/CommandInput.qml b/qml/CommandInput.qml index 5010891..ae48a7a 100644 --- a/qml/CommandInput.qml +++ b/qml/CommandInput.qml @@ -61,7 +61,7 @@ Item { break; } default: { - console.log('"' + prefix + '"' + " is not a command prefix"); + console.log('"' + prefix + '"' + " is not a command prefix."); } } -- cgit v1.2.3