Highlight that this CSV export is about dive profile.

Signed-off-by: Miika Turkia <miika.turkia@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Miika Turkia 2014-12-29 17:45:29 +02:00 committed by Dirk Hohndel
parent 175ee84cc5
commit adb5cc5d30
2 changed files with 2 additions and 2 deletions

View file

@ -75,7 +75,7 @@ void DiveLogExportDialog::showExplanation()
if (ui->exportUDDF->isChecked()) {
ui->description->setText(tr("Generic format that is used for data exchange between a variety of diving related programs."));
} else if (ui->exportCSV->isChecked()) {
ui->description->setText(tr("Comma separated values that include the most relevant information of the dive profile."));
ui->description->setText(tr("Comma separated values describing the dive profile."));
} else if (ui->exportCSVDetails->isChecked()) {
ui->description->setText(tr("Comma separated values of the dive information. This includes most of the dive details but no profile information."));
} else if (ui->exportDivelogs->isChecked()) {

View file

@ -166,7 +166,7 @@
<item>
<widget class="QRadioButton" name="exportCSV">
<property name="text">
<string>CSV samples</string>
<string>CSV dive profile</string>
</property>
<attribute name="buttonGroup">
<string notr="true">exportGroup</string>