diff options
author | Lubomir I. Ivanov <neolit123@gmail.com> | 2017-07-15 01:48:53 +0300 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-07-28 07:31:11 -0700 |
commit | 4a10c94840b8b8db9f4781de5aa1ba4a651bac33 (patch) | |
tree | 1877dc78c9f03404810de491100f7c6c31862096 /desktop-widgets/mainwindow.ui | |
parent | b054c211a1f6641c9b3b2e95c82d1a16024388dd (diff) | |
download | subsurface-4a10c94840b8b8db9f4781de5aa1ba4a651bac33.tar.gz |
mainwindow: rename "actionViewGlobe" to "actionViewMap"
Also change the menu entry text itself to "Map" instead of "Globe".
"Map" covers both Marble and Qt Location in terms of "map" solutions.
Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com>
Diffstat (limited to 'desktop-widgets/mainwindow.ui')
-rw-r--r-- | desktop-widgets/mainwindow.ui | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/desktop-widgets/mainwindow.ui b/desktop-widgets/mainwindow.ui index f040340a8..d1d0e8d4e 100644 --- a/desktop-widgets/mainwindow.ui +++ b/desktop-widgets/mainwindow.ui @@ -107,7 +107,7 @@ <addaction name="actionViewList"/> <addaction name="actionViewProfile"/> <addaction name="actionViewInfo"/> - <addaction name="actionViewGlobe"/> + <addaction name="actionViewMap"/> <addaction name="separator"/> <addaction name="actionYearlyStatistics"/> <addaction name="actionPreviousDC"/> @@ -375,9 +375,9 @@ <string notr="true">F1</string> </property> </action> - <action name="actionViewGlobe"> + <action name="actionViewMap"> <property name="text"> - <string>&Globe</string> + <string>&Map</string> </property> <property name="shortcut"> <string notr="true">Ctrl+5</string> |