diff options
author | Lubomir I. Ivanov <neolit123@gmail.com> | 2013-12-10 01:02:08 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-12-10 05:52:26 +0100 |
commit | c8eae30c6f81f8c778e557342c915e9396a55629 (patch) | |
tree | 94157ec47696c397e6a37e1699876ee1611642a5 /qt-ui/webservices.ui | |
parent | cf9748278fe2a44bcdbdf6d7428ea93491cc5ed8 (diff) | |
download | subsurface-c8eae30c6f81f8c778e557342c915e9396a55629.tar.gz |
Webservices: make the dialog title more generic
We use the same dialog for both the Subsurface WS and for the
divelogs.de one. Instead of the old title (which suggests download)
we can use a more generic one - "Webservice Connection"
This makes it easy for us to maintain a dialog that can both
upload and download data, while the dialog title is descriptive
enough.
Fixes #352
Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/webservices.ui')
-rw-r--r-- | qt-ui/webservices.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qt-ui/webservices.ui b/qt-ui/webservices.ui index 04a68412e..fc6d6bcd5 100644 --- a/qt-ui/webservices.ui +++ b/qt-ui/webservices.ui @@ -11,7 +11,7 @@ </rect> </property> <property name="windowTitle"> - <string>Download Location Data</string> + <string>Webservice Connection</string> </property> <property name="windowIcon"> <iconset> |