missing dot

This commit is contained in:
Martin Měřinský 2017-02-20 10:31:03 +01:00 committed by Dirk Hohndel
parent c272c57b5e
commit f5a1a3e00a

View file

@ -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()) {