profile capitalisation

Signed-off-by: Tim Wootton <tim@tee-jay.demon.co.uk>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Tim Wootton 2014-07-11 18:39:05 +01:00 committed by Dirk Hohndel
parent 38c402d9ad
commit 9b5048034f
2 changed files with 5 additions and 5 deletions

View file

@ -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: