missing dot
This commit is contained in:
parent
c272c57b5e
commit
f5a1a3e00a
@ -81,7 +81,7 @@ void DiveLogExportDialog::showExplanation()
|
|||||||
} else if (ui->exportDivelogs->isChecked()) {
|
} else if (ui->exportDivelogs->isChecked()) {
|
||||||
ui->description->setText(tr("Send the dive data to divelogs.de website."));
|
ui->description->setText(tr("Send the dive data to divelogs.de website."));
|
||||||
} else if (ui->exportDiveshare->isChecked()) {
|
} 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()) {
|
} else if (ui->exportWorldMap->isChecked()) {
|
||||||
ui->description->setText(tr("HTML export of the dive locations, visualized on a world map."));
|
ui->description->setText(tr("HTML export of the dive locations, visualized on a world map."));
|
||||||
} else if (ui->exportSubsurfaceXML->isChecked()) {
|
} else if (ui->exportSubsurfaceXML->isChecked()) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user