Spelling corrections

Spell Setpoint without space in user visable strings.

Explain authorized_paired.

Signed-off-by: Robert C. Helling <helling@atdotde.de>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Robert C. Helling 2015-09-18 16:28:01 +02:00 committed by Dirk Hohndel
parent 2d68214eac
commit 562dfa1c5d
3 changed files with 4 additions and 4 deletions

View file

@ -306,7 +306,7 @@ QVariant DivePlannerPointsModel::headerData(int section, Qt::Orientation orienta
case GAS:
return tr("Used gas");
case CCSETPOINT:
return tr("CC set point");
return tr("CC setpoint");
}
} else if (role == Qt::FontRole) {
return defaultModelFont();