summaryrefslogtreecommitdiffstats
path: root/desktop-widgets/divelogexportdialog.cpp
diff options
context:
space:
mode:
authorGravatar Martin Měřinský <mermar@centrum.cz>2017-02-20 10:31:03 +0100
committerGravatar Dirk Hohndel <dirk@hohndel.org>2017-02-21 07:03:10 -0800
commitf5a1a3e00a847976d16bc901fc833a39cc01e1fc (patch)
tree7ae7370d2be2f2dcdec71995d6a53cfea9f145a7 /desktop-widgets/divelogexportdialog.cpp
parentc272c57b5ea7c06426b8ff249cf382d92011487d (diff)
downloadsubsurface-f5a1a3e00a847976d16bc901fc833a39cc01e1fc.tar.gz
missing dot
Diffstat (limited to 'desktop-widgets/divelogexportdialog.cpp')
-rw-r--r--desktop-widgets/divelogexportdialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop-widgets/divelogexportdialog.cpp b/desktop-widgets/divelogexportdialog.cpp
index 7b315fcf0..9f5787c07 100644
--- a/desktop-widgets/divelogexportdialog.cpp
+++ b/desktop-widgets/divelogexportdialog.cpp
@@ -81,7 +81,7 @@ void DiveLogExportDialog::showExplanation()
} else if (ui->exportDivelogs->isChecked()) {
ui->description->setText(tr("Send the dive data to divelogs.de website."));
} else if (ui->exportDiveshare->isChecked()) {
- ui->description->setText(tr("Send the dive data to dive-share.appspot.com website"));
+ ui->description->setText(tr("Send the dive data to dive-share.appspot.com website."));
} else if (ui->exportWorldMap->isChecked()) {
ui->description->setText(tr("HTML export of the dive locations, visualized on a world map."));
} else if (ui->exportSubsurfaceXML->isChecked()) {