diff --git a/src/AutoPilotPlugins/PX4/SafetyComponent.qml b/src/AutoPilotPlugins/PX4/SafetyComponent.qml index 03ba956..2e2f5c0 100644 --- a/src/AutoPilotPlugins/PX4/SafetyComponent.qml +++ b/src/AutoPilotPlugins/PX4/SafetyComponent.qml @@ -290,7 +290,7 @@ SetupPage { QGCCheckBox { id: fenceRadiusCheckBox - text: qsTr("Max radius:") + text: qsTr("Max Radius:") checked: _fenceRadius.value > 0 onClicked: _fenceRadius.value = checked ? 100 : 0 Layout.fillWidth: true @@ -303,7 +303,7 @@ SetupPage { QGCCheckBox { id: fenceAltMaxCheckBox - text: qsTr("Max altitude:") + text: qsTr("Max Altitude:") checked: _fenceAlt ? _fenceAlt.value > 0 : false onClicked: _fenceAlt.value = checked ? 100 : 0 Layout.fillWidth: true diff --git a/src/QtLocationPlugin/QMLControl/OfflineMap.qml b/src/QtLocationPlugin/QMLControl/OfflineMap.qml index b5a42c1..0981d1f 100644 --- a/src/QtLocationPlugin/QMLControl/OfflineMap.qml +++ b/src/QtLocationPlugin/QMLControl/OfflineMap.qml @@ -899,7 +899,7 @@ QGCView { anchors.horizontalCenter: parent.horizontalCenter OfflineMapButton { id: firstButton - text: qsTr("Add new set") + text: qsTr("Add New Set") width: _cacheList.width height: ScreenTools.defaultFontPixelHeight * 2 onClicked: {