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:
parent
dee91a96aa
commit
66fdb2b89d
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user