aboutsummaryrefslogtreecommitdiff
path: root/qml/CommandInput.qml
diff options
context:
space:
mode:
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.");
}
}