aboutsummaryrefslogtreecommitdiff
path: root/qml/CommandInput.qml
diff options
context:
space:
mode:
authorAdrian Kummerlaender2015-08-10 21:15:15 +0200
committerAdrian Kummerlaender2015-08-10 21:15:15 +0200
commitf38010b397ee60f4cf3bb1c7316eb467d3dc6108 (patch)
tree95d29fd08b45b32d512cab36b201b5caf646f516 /qml/CommandInput.qml
parenta426875daba0cb923435be835f0100fe13a6255a (diff)
downloadMetaTerm-f38010b397ee60f4cf3bb1c7316eb467d3dc6108.tar
MetaTerm-f38010b397ee60f4cf3bb1c7316eb467d3dc6108.tar.gz
MetaTerm-f38010b397ee60f4cf3bb1c7316eb467d3dc6108.tar.bz2
MetaTerm-f38010b397ee60f4cf3bb1c7316eb467d3dc6108.tar.lz
MetaTerm-f38010b397ee60f4cf3bb1c7316eb467d3dc6108.tar.xz
MetaTerm-f38010b397ee60f4cf3bb1c7316eb467d3dc6108.tar.zst
MetaTerm-f38010b397ee60f4cf3bb1c7316eb467d3dc6108.zip
Implement proper handling of unimplemented commands
Diffstat (limited to 'qml/CommandInput.qml')
-rw-r--r--qml/CommandInput.qml2
1 files changed, 1 insertions, 1 deletions
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.");
}
}