From f5a1a3e00a847976d16bc901fc833a39cc01e1fc Mon Sep 17 00:00:00 2001 From: Martin Měřinský Date: Mon, 20 Feb 2017 10:31:03 +0100 Subject: missing dot --- desktop-widgets/divelogexportdialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()) { -- cgit v1.2.3-70-g09d2