From 66fdb2b89d0697f64003cf98f02e9ec5b5d2209e Mon Sep 17 00:00:00 2001 From: "Lubomir I. Ivanov" Date: Tue, 27 Jan 2015 17:06:13 +0200 Subject: diveplotdatamodel.cpp: use space before sensor index the manual uses "Sensor 1:", not sure if it breaks anything. Signed-off-by: Lubomir I. Ivanov Signed-off-by: Dirk Hohndel --- qt-ui/profile/diveplotdatamodel.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/qt-ui/profile/diveplotdatamodel.cpp b/qt-ui/profile/diveplotdatamodel.cpp index b09f026bb..3b3a288b6 100644 --- a/qt-ui/profile/diveplotdatamodel.cpp +++ b/qt-ui/profile/diveplotdatamodel.cpp @@ -136,11 +136,11 @@ QVariant DivePlotDataModel::headerData(int section, Qt::Orientation orientation, case O2SETPOINT: return tr("Setpoint"); case CCRSENSOR1: - return tr("Sensor1"); + return tr("Sensor 1"); case CCRSENSOR2: - return tr("Sensor2"); + return tr("Sensor 2"); case CCRSENSOR3: - return tr("Sensor3"); + return tr("Sensor 3"); case AMBPRESSURE: return tr("Ambient pressure"); case HEARTBEAT: -- cgit v1.2.3-70-g09d2