mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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
1 changed files with 3 additions and 3 deletions
|
@ -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…
Add table
Reference in a new issue