mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-08 03:56:17 +00:00
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>
This commit is contained in:
parent
9946fe97c0
commit
d6bee060af
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ void GlobeGPS::prepareForGetDiveCoordinates(dive* dive)
|
||||||
{
|
{
|
||||||
if (!messageWidget->isVisible()) {
|
if (!messageWidget->isVisible()) {
|
||||||
messageWidget->setMessageType(KMessageWidget::Warning);
|
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->setWordWrap(true);
|
||||||
messageWidget->animatedShow();
|
messageWidget->animatedShow();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue