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
|
@ -306,7 +306,7 @@ QVariant DivePlannerPointsModel::headerData(int section, Qt::Orientation orienta
|
||||||
case GAS:
|
case GAS:
|
||||||
return tr("Used gas");
|
return tr("Used gas");
|
||||||
case CCSETPOINT:
|
case CCSETPOINT:
|
||||||
return tr("CC set point");
|
return tr("CC setpoint");
|
||||||
}
|
}
|
||||||
} else if (role == Qt::FontRole) {
|
} else if (role == Qt::FontRole) {
|
||||||
return defaultModelFont();
|
return defaultModelFont();
|
||||||
|
|
|
@ -343,7 +343,7 @@ void BtDeviceSelectionDialog::pairingFinished(const QBluetoothAddress &address,
|
||||||
pairingStatusLabel = tr("AUTHORIZED_PAIRED");
|
pairingStatusLabel = tr("AUTHORIZED_PAIRED");
|
||||||
pairingColor = QColor(Qt::blue);
|
pairingColor = QColor(Qt::blue);
|
||||||
enableSaveButton = true;
|
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
|
// Find the items which represent the BTH device and update their state
|
||||||
|
|
|
@ -1246,7 +1246,7 @@
|
||||||
</column>
|
</column>
|
||||||
<column>
|
<column>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Set point</string>
|
<string>Setpoint</string>
|
||||||
</property>
|
</property>
|
||||||
</column>
|
</column>
|
||||||
<column>
|
<column>
|
||||||
|
@ -2495,7 +2495,7 @@
|
||||||
</column>
|
</column>
|
||||||
<column>
|
<column>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Set point</string>
|
<string>Setpoint</string>
|
||||||
</property>
|
</property>
|
||||||
</column>
|
</column>
|
||||||
<column>
|
<column>
|
||||||
|
|
Loading…
Add table
Reference in a new issue