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