From 67aaf8c82f99ce0af207cc45f62d6a3fe5947fd4 Mon Sep 17 00:00:00 2001 From: Don Gagne Date: Tue, 11 Jun 2019 13:10:20 -0700 Subject: [PATCH] Fix typo --- src/QmlControls/ParameterEditorDialog.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/QmlControls/ParameterEditorDialog.qml b/src/QmlControls/ParameterEditorDialog.qml index d38c6b1..c5f92b8 100644 --- a/src/QmlControls/ParameterEditorDialog.qml +++ b/src/QmlControls/ParameterEditorDialog.qml @@ -232,7 +232,7 @@ QGCViewDialog { QGCLabel { visible: fact.qgcRebootRequired - text: "Appliction restart required after change" + text: "Application restart required after change" } QGCLabel {