From 851b73ba34b2341a15bba4f6a4f51428f436c13f Mon Sep 17 00:00:00 2001 From: Daniel Agar Date: Thu, 12 May 2016 20:47:14 -0400 Subject: [PATCH] param editor component string remove extra ) --- src/QmlControls/ParameterEditor.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/QmlControls/ParameterEditor.qml b/src/QmlControls/ParameterEditor.qml index f36ec7fad..ecfbf0595 100644 --- a/src/QmlControls/ParameterEditor.qml +++ b/src/QmlControls/ParameterEditor.qml @@ -181,7 +181,7 @@ QGCView { readonly property int componentId: parseInt(modelData) spacing: Math.ceil(ScreenTools.defaultFontPixelHeight * 0.25) QGCLabel { - text: qsTr("Component #: %1)").arg(componentId.toString()) + text: qsTr("Component #: %1").arg(componentId.toString()) font.family: ScreenTools.demiboldFontFamily anchors.horizontalCenter: parent.horizontalCenter } -- 2.22.0