diff options
author | Miika Turkia <miika.turkia@gmail.com> | 2013-12-29 18:11:21 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-01-03 10:30:09 -0800 |
commit | a62f68e9059730acbe366c7740911f396e84dd91 (patch) | |
tree | 743f6b3d49987a6419fa301467a7f42b131af7a3 /qt-ui | |
parent | b052b790dfe1cddccebf1ea52197c6781eeaf775 (diff) | |
download | subsurface-a62f68e9059730acbe366c7740911f396e84dd91.tar.gz |
Rename menu entry for log import
Signed-off-by: Miika Turkia <miika.turkia@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui')
-rw-r--r-- | qt-ui/mainwindow.ui | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/qt-ui/mainwindow.ui b/qt-ui/mainwindow.ui index 85896de75..3748f5950 100644 --- a/qt-ui/mainwindow.ui +++ b/qt-ui/mainwindow.ui @@ -451,10 +451,10 @@ </action> <action name="actionImportDiveLog"> <property name="text"> - <string>Import Files</string> + <string>Import Log Files</string> </property> <property name="toolTip"> - <string>Import Files</string> + <string>Import divelog files from other applications</string> </property> <property name="shortcut"> <string>Ctrl+I</string> |