mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +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()) {
|
if (ui->exportUDDF->isChecked()) {
|
||||||
ui->description->setText(tr("Generic format that is used for data exchange between a variety of diving related programs."));
|
ui->description->setText(tr("Generic format that is used for data exchange between a variety of diving related programs."));
|
||||||
} else if (ui->exportCSV->isChecked()) {
|
} 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()) {
|
} 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."));
|
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()) {
|
} else if (ui->exportDivelogs->isChecked()) {
|
||||||
|
|
|
@ -166,7 +166,7 @@
|
||||||
<item>
|
<item>
|
||||||
<widget class="QRadioButton" name="exportCSV">
|
<widget class="QRadioButton" name="exportCSV">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>CSV samples</string>
|
<string>CSV dive profile</string>
|
||||||
</property>
|
</property>
|
||||||
<attribute name="buttonGroup">
|
<attribute name="buttonGroup">
|
||||||
<string notr="true">exportGroup</string>
|
<string notr="true">exportGroup</string>
|
||||||
|
|
Loading…
Add table
Reference in a new issue