From d329420d5549e02e32ff4673513329f9dc30650f Mon Sep 17 00:00:00 2001 From: Tim Wootton Date: Mon, 26 Jan 2015 06:51:17 +0000 Subject: Typos, punctuation and capitalisation. Signed-off-by: Tim Wootton Signed-off-by: Dirk Hohndel --- qt-ui/divelogimportdialog.cpp | 4 ++-- qt-ui/downloadfromdivecomputer.ui | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/qt-ui/divelogimportdialog.cpp b/qt-ui/divelogimportdialog.cpp index 1b37258b2..26b6b2d53 100644 --- a/qt-ui/divelogimportdialog.cpp +++ b/qt-ui/divelogimportdialog.cpp @@ -23,7 +23,7 @@ const DiveLogImportDialog::CSVAppConfig DiveLogImportDialog::CSVApps[CSVAPPS] = ColumnNameProvider::ColumnNameProvider(QObject *parent) : QAbstractListModel(parent) { columnNames << tr("Dive #") << tr("Date") << tr("Time") << tr("Duration") << tr("Location") << tr("GPS") << tr("Weight") << tr("Cyl. size") << tr("Start pressure") << - tr("End pressure") << tr("Max depth") << tr("Avg depth") << tr("Divemaster") << tr("Buddy") << tr("Notes") << tr("Tags") << tr("Air temp.") << tr("Water temp.") << + tr("End pressure") << tr("Max. depth") << tr("Avg. depth") << tr("Divemaster") << tr("Buddy") << tr("Notes") << tr("Tags") << tr("Air temp.") << tr("Water temp.") << tr("O₂") << tr("He") << tr("Sample time") << tr("Sample depth") << tr("Sample temperature") << tr("Sample pO₂") << tr("Sample CNS") << tr("Sample NDL") << tr("Sample TTS") << tr("Sample stopdepth") << tr("Sample pressure"); } @@ -486,7 +486,7 @@ void DiveLogImportDialog::loadFileContents(int value, whatChanged triggeredBy) if (CSVApps[value].stopdepth != -1 && CSVApps[value].stopdepth < currColumns.count()) headers.replace(CSVApps[value].stopdepth, tr("Sample stopdepth")); if (CSVApps[value].pressure != -1 && CSVApps[value].pressure < currColumns.count()) - headers.replace(CSVApps[value].pressure, tr("Samples pressure")); + headers.replace(CSVApps[value].pressure, tr("Sample pressure")); } f.reset(); diff --git a/qt-ui/downloadfromdivecomputer.ui b/qt-ui/downloadfromdivecomputer.ui index 8d3f5c1dc..359b42fae 100644 --- a/qt-ui/downloadfromdivecomputer.ui +++ b/qt-ui/downloadfromdivecomputer.ui @@ -207,7 +207,7 @@ - Downloaded Dives + Downloaded dives -- cgit v1.2.3-70-g09d2