diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2015-06-14 08:40:29 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-06-14 08:40:29 -0700 |
commit | 8f7a4a1a97629f29e054a9a2204bfffa558e1121 (patch) | |
tree | a0e450094243ffd5348eb2082d746cb4e6a6596e /qt-ui | |
parent | 782d5b36892b720cbe0b6d78310ee3a52094d295 (diff) | |
download | subsurface-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>
Diffstat (limited to 'qt-ui')
-rw-r--r-- | qt-ui/mainwindow.ui | 11 |
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&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> |