summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2015-06-14 08:40:29 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2015-06-14 08:40:29 -0700
commit8f7a4a1a97629f29e054a9a2204bfffa558e1121 (patch)
treea0e450094243ffd5348eb2082d746cb4e6a6596e
parent782d5b36892b720cbe0b6d78310ee3a52094d295 (diff)
downloadsubsurface-8f7a4a1a97629f29e054a9a2204bfffa558e1121.tar.gz
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>
-rw-r--r--qt-ui/mainwindow.ui11
1 files changed, 5 insertions, 6 deletions
diff --git a/qt-ui/mainwindow.ui b/qt-ui/mainwindow.ui
index 28be04843..a2c63740b 100644
--- a/qt-ui/mainwindow.ui
+++ b/qt-ui/mainwindow.ui
@@ -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&amp;loud storage open</string>
+ <string>Open cloud storage</string>
</property>
</action>
<action name="actionCloudstoragesave">
<property name="text">
- <string>Clo&amp;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>&amp;Manage dive sites</string>
</property>
</action>
</widget>