From: "Lubomir I. Ivanov" <[email protected]> the manual uses "Sensor 1:", not sure if it breaks anything.
Signed-off-by: Lubomir I. Ivanov <[email protected]> --- 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 b09f026..3b3a288 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: -- 1.7.11.msysgit.0 _______________________________________________ subsurface mailing list [email protected] http://lists.subsurface-divelog.org/cgi-bin/mailman/listinfo/subsurface
