mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-31 19:03:23 +00:00
Main menu: rephrase the cloud load/save options
This seems to be more logical and more consistent. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
782d5b3689
commit
8f7a4a1a97
1 changed files with 5 additions and 6 deletions
|
@ -71,11 +71,10 @@
|
|||
</property>
|
||||
<addaction name="actionNew"/>
|
||||
<addaction name="actionOpen"/>
|
||||
<addaction name="actionSave"/>
|
||||
<addaction name="actionSaveAs"/>
|
||||
<addaction name="separator"/>
|
||||
<addaction name="actionCloudstorageopen"/>
|
||||
<addaction name="actionSave"/>
|
||||
<addaction name="actionCloudstoragesave"/>
|
||||
<addaction name="actionSaveAs"/>
|
||||
<addaction name="separator"/>
|
||||
<addaction name="actionClose"/>
|
||||
<addaction name="actionExport"/>
|
||||
|
@ -719,17 +718,17 @@
|
|||
</action>
|
||||
<action name="actionCloudstorageopen">
|
||||
<property name="text">
|
||||
<string>C&loud storage open</string>
|
||||
<string>Open cloud storage</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionCloudstoragesave">
|
||||
<property name="text">
|
||||
<string>Clo&ud storage save</string>
|
||||
<string>Save to cloud storage</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionManage_dive_sites">
|
||||
<property name="text">
|
||||
<string>Manage dive sites</string>
|
||||
<string>&Manage dive sites</string>
|
||||
</property>
|
||||
</action>
|
||||
</widget>
|
||||
|
|
Loading…
Add table
Reference in a new issue