diveplotdatamodel.cpp: use space before sensor index

the manual uses "Sensor 1:", not sure if it breaks anything.

Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Lubomir I. Ivanov 2015-01-27 17:06:13 +02:00 committed by Dirk Hohndel
parent dee91a96aa
commit 66fdb2b89d

View file

@ -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: