mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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>
This commit is contained in:
parent
b054c211a1
commit
4a10c94840
3 changed files with 6 additions and 6 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue