mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-31 20:33:24 +00:00
missing dot
This commit is contained in:
parent
c272c57b5e
commit
f5a1a3e00a
1 changed files with 1 additions and 1 deletions
|
@ -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()) {
|
||||
|
|
Loading…
Add table
Reference in a new issue