summaryrefslogtreecommitdiffstats
path: root/qt-ui/profile/diveplotdatamodel.cpp
diff options
context:
space:
mode:
authorGravatar Tim Wootton <tim@tee-jay.demon.co.uk>2014-07-11 18:39:05 +0100
committerGravatar Dirk Hohndel <dirk@hohndel.org>2014-07-11 10:44:41 -0700
commit9b5048034fdbe28d3d466f951fcd5de371694566 (patch)
treeac32083bbeeaebbe7a20cd0757a7f5597ddf7300 /qt-ui/profile/diveplotdatamodel.cpp
parent38c402d9ad58bf684530d77c86a6426a12e58f64 (diff)
downloadsubsurface-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.cpp4
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: