mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-30 22:20:21 +00:00
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:
parent
175ee84cc5
commit
adb5cc5d30
2 changed files with 2 additions and 2 deletions
|
@ -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()) {
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue