diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2015-10-07 18:42:21 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-10-07 18:42:21 +0100 |
commit | f8279249b1595110f307ae1daa562605a7e4825f (patch) | |
tree | 0835d24fdf33453278a0effe80f4c3ee490a88b8 /qt-ui/locationInformation.ui | |
parent | afed054d82776874592f02fe0c89966a69cbe993 (diff) | |
download | subsurface-f8279249b1595110f307ae1daa562605a7e4825f.tar.gz |
Add missing tooltip for the reverse geo location lookup
This sadly adds another string for tranlsations
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/locationInformation.ui')
-rw-r--r-- | qt-ui/locationInformation.ui | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/qt-ui/locationInformation.ui b/qt-ui/locationInformation.ui index 9d1021e44..1c47b0f42 100644 --- a/qt-ui/locationInformation.ui +++ b/qt-ui/locationInformation.ui @@ -65,6 +65,9 @@ </item> <item row="2" column="2"> <widget class="QToolButton" name="geoCodeButton"> + <property name="toolTip"> + <string>Reverse geo lookup</string> + </property> <property name="text"> <string>...</string> </property> |