mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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:
parent
38c402d9ad
commit
9b5048034f
2 changed files with 5 additions and 5 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue