From d62d8f4687e00b8d339ffc834a7c42c3bc48fc7f Mon Sep 17 00:00:00 2001 From: dogmaphobic Date: Tue, 31 Mar 2015 12:39:28 -0400 Subject: [PATCH] Final menu label tweaks --- src/ui/flightdisplay/FlightDisplay.qml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/ui/flightdisplay/FlightDisplay.qml b/src/ui/flightdisplay/FlightDisplay.qml index c4463c9e1..00a828336 100644 --- a/src/ui/flightdisplay/FlightDisplay.qml +++ b/src/ui/flightdisplay/FlightDisplay.qml @@ -95,7 +95,7 @@ Rectangle { id: contextMenu MenuItem { - text: "Roll/Pitch Indicators" + text: "Main Attitude Indicators" checkable: true checked: attitudeWidget.visible onTriggered: @@ -106,7 +106,7 @@ Rectangle { } MenuItem { - text: "Display Roll/Pitch Background" + text: "Display Attitude Background" checkable: true checked: attitudeWidget.displayBackground onTriggered: @@ -218,9 +218,9 @@ Rectangle { } MenuItem { - text: "Map Follows Heading" + text: "Map Always Points North" checkable: true - checked: !mapBackground.alwaysNorth + checked: mapBackground.alwaysNorth onTriggered: { mapBackground.alwaysNorth = !mapBackground.alwaysNorth; -- 2.22.0