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();

View file

@ -343,7 +343,7 @@ void BtDeviceSelectionDialog::pairingFinished(const QBluetoothAddress &address,
pairingStatusLabel = tr("AUTHORIZED_PAIRED");
pairingColor = QColor(Qt::blue);
enableSaveButton = true;
dialogStatusMessage = tr("Device %1 was authorized paired.").arg(remoteDeviceStringAddress);
dialogStatusMessage = tr("Device %1 was paired and is authorized.").arg(remoteDeviceStringAddress);
}
// Find the items which represent the BTH device and update their state

View file

@ -1246,7 +1246,7 @@
</column>
<column>
<property name="text">
<string>Set point</string>
<string>Setpoint</string>
</property>
</column>
<column>
@ -2495,7 +2495,7 @@
</column>
<column>
<property name="text">
<string>Set point</string>
<string>Setpoint</string>
</property>
</column>
<column>