Skip to content

Commit 7c9691a

Browse files
Tom O'ReillyTom O'Reilly
authored andcommitted
fixed surface color menu items
1 parent 9a42c19 commit 7c9691a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/qt-mbgrdviz/main.qml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,16 +76,16 @@ Window {
7676
}
7777

7878
Menu {
79-
title: qsTr('Displayed surface')
79+
title: qsTr('Surface colors')
8080

8181
Action {
82-
text: qsTr('Topography'); checkable: true;
82+
text: qsTr('Elevation'); checkable: true;
8383
ActionGroup.group: exclusiveActions
8484
onTriggered: {
8585
topoDataItem.setDisplayedSurface(TopoDataItem.Elevation) }
8686
}
8787
Action {
88-
text: qsTr('Slope'); checkable: true;
88+
text: qsTr('Slope magnitude'); checkable: true;
8989
ActionGroup.group: exclusiveActions
9090
onTriggered: {
9191
topoDataItem.setDisplayedSurface(TopoDataItem.Gradient)}

0 commit comments

Comments
 (0)