diff options
author | Benjamin Fogel <nystire@gmail.com> | 2013-06-12 13:20:12 +0300 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-06-12 07:27:58 -0400 |
commit | 7f60b2b0c61e6ef242399b593e83b40c74509652 (patch) | |
tree | caf18da2431cc891b81377d5ef729d831b15863a /qt-ui/downloadfromdivecomputer.ui | |
parent | 9066c8bad606ac31382016a1758d029ca334916a (diff) | |
download | subsurface-7f60b2b0c61e6ef242399b593e83b40c74509652.tar.gz |
Change title of dive download form
The title of the form to download dives from a computer was
simply "Form".
Signed-off-by: Benjamin Fogel <nystire@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/downloadfromdivecomputer.ui')
-rw-r--r-- | qt-ui/downloadfromdivecomputer.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qt-ui/downloadfromdivecomputer.ui b/qt-ui/downloadfromdivecomputer.ui index 4b46a6e43..41f9a4751 100644 --- a/qt-ui/downloadfromdivecomputer.ui +++ b/qt-ui/downloadfromdivecomputer.ui @@ -11,7 +11,7 @@ </rect> </property> <property name="windowTitle"> - <string>Form</string> + <string>Download From Dive Computer</string> </property> <layout class="QGridLayout" name="gridLayout"> <item row="0" column="0"> |