diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2013-05-22 09:00:07 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-05-22 09:00:07 -0700 |
commit | d6bee060afaaf54b731c1e27b130089ebb5a9e40 (patch) | |
tree | b142f970d7c4df3beeb6374fe9cd61db248427a9 /qt-ui/globe.cpp | |
parent | 9946fe97c0d0bf774473238170fce05bcac4fc1e (diff) | |
download | subsurface-d6bee060afaaf54b731c1e27b130089ebb5a9e40.tar.gz |
Shorten the 'set location' text
The old text was quite verbose and caused issues on smaller screens
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/globe.cpp')
-rw-r--r-- | qt-ui/globe.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qt-ui/globe.cpp b/qt-ui/globe.cpp index 1343734c5..6f9574fdd 100644 --- a/qt-ui/globe.cpp +++ b/qt-ui/globe.cpp @@ -97,7 +97,7 @@ void GlobeGPS::prepareForGetDiveCoordinates(dive* dive) { if (!messageWidget->isVisible()) { messageWidget->setMessageType(KMessageWidget::Warning); - messageWidget->setText(QObject::tr("This dive has no location! Please move the planet to the desired position, then double-click to set the new location for this dive.")); + messageWidget->setText(QObject::tr("No location data - move the map and double-click to set the dive location")); messageWidget->setWordWrap(true); messageWidget->animatedShow(); } |