diff options
author | Tim Wootton <tim@tee-jay.demon.co.uk> | 2014-07-11 18:39:05 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-07-11 10:44:41 -0700 |
commit | 9b5048034fdbe28d3d466f951fcd5de371694566 (patch) | |
tree | ac32083bbeeaebbe7a20cd0757a7f5597ddf7300 /qt-ui/profile/diveplotdatamodel.cpp | |
parent | 38c402d9ad58bf684530d77c86a6426a12e58f64 (diff) | |
download | subsurface-9b5048034fdbe28d3d466f951fcd5de371694566.tar.gz |
profile capitalisation
Signed-off-by: Tim Wootton <tim@tee-jay.demon.co.uk>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/profile/diveplotdatamodel.cpp')
-rw-r--r-- | qt-ui/profile/diveplotdatamodel.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/qt-ui/profile/diveplotdatamodel.cpp b/qt-ui/profile/diveplotdatamodel.cpp index 47a44768a..4172d0bae 100644 --- a/qt-ui/profile/diveplotdatamodel.cpp +++ b/qt-ui/profile/diveplotdatamodel.cpp @@ -100,9 +100,9 @@ QVariant DivePlotDataModel::headerData(int section, Qt::Orientation orientation, case COLOR: return tr("Color"); case USERENTERED: - return tr("User Entered"); + return tr("User entered"); case CYLINDERINDEX: - return tr("Cylinder Index"); + return tr("Cylinder index"); case SENSOR_PRESSURE: return tr("Pressure S"); case INTERPOLATED_PRESSURE: |