Various capitalization fixes

Fix various discrepancies in the capitalization format, as we are using
'down format' for titles and actions.

Signed-off-by: Joseph W. Joshua <joejoshw@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Joseph W. Joshua 2015-01-05 16:53:02 +03:00 committed by Dirk Hohndel
parent c00a5614f3
commit a409c73195
3 changed files with 12 additions and 12 deletions

View file

@ -130,11 +130,11 @@ QVariant DivePlotDataModel::headerData(int section, Qt::Orientation orientation,
case AMBPRESSURE:
return tr("Ambient pressure");
case HEARTBEAT:
return tr("Heart Beat");
return tr("Heart beat");
case GFLINE:
return tr("Gradient Factor");
return tr("Gradient factor");
case INSTANT_MEANDEPTH:
return tr("Mean Depth/s");
return tr("Mean depth/s");
}
if (role == Qt::DisplayRole && section >= TISSUE_1 && section <= TISSUE_16) {
return QString("Ceiling: %1").arg(section - TISSUE_1);