From 2db9c97530e8f12893d1db7af8342a74c9808c0a Mon Sep 17 00:00:00 2001 From: Tim Wootton Date: Fri, 11 Jul 2014 00:06:44 +0100 Subject: Add diveloexportdialog explaination strings for translation Signed-off-by: Tim Wootton Signed-off-by: Dirk Hohndel --- qt-ui/divelogexportdialog.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'qt-ui') diff --git a/qt-ui/divelogexportdialog.cpp b/qt-ui/divelogexportdialog.cpp index 47795ec0a..1ff07862e 100644 --- a/qt-ui/divelogexportdialog.cpp +++ b/qt-ui/divelogexportdialog.cpp @@ -55,15 +55,15 @@ DiveLogExportDialog::~DiveLogExportDialog() void DiveLogExportDialog::showExplanation() { if (ui->exportUDDF->isChecked()) { - ui->description->setText("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()) { - ui->description->setText("Comma separated values that include the most relevant information of the dive profile."); + ui->description->setText(tr("Comma separated values that include the most relevant information of the dive profile.")); } else if (ui->exportDivelogs->isChecked()) { - ui->description->setText("Send the dive data to divelogs.de website."); + ui->description->setText(tr("Send the dive data to divelogs.de website.")); } else if (ui->exportWorldMap->isChecked()) { - ui->description->setText("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()) { - ui->description->setText("Subsurface native XML format."); + ui->description->setText(tr("Subsurface native XML format.")); } } -- cgit v1.2.3-70-g09d2