Davide,
According to http://doc.qt.io/qt-5/qbluetoothlocaldevice.html#Pairing-enum it means it is paired and does not require further authentication.
So we should spell it the same everywhere. I attached a patch which corrects these two.
No. This is the syntax that indicates that I is a keyboard shortcut. Best Robert |
From dded6ae65e89760e5822df2f33e6baf7c872821b Mon Sep 17 00:00:00 2001 From: "Robert C. Helling" <[email protected]> Date: Fri, 18 Sep 2015 16:28:01 +0200 Subject: [PATCH] Spelling corrections
Spell Setpoint without space in user visable strings. Explain authorized_paired. Signed-off-by: Robert C. Helling <[email protected]> --- qt-models/diveplannermodel.cpp | 2 +- qt-ui/btdeviceselectiondialog.cpp | 2 +- qt-ui/configuredivecomputerdialog.ui | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/qt-models/diveplannermodel.cpp b/qt-models/diveplannermodel.cpp index 005061f..69066c0 100644 --- a/qt-models/diveplannermodel.cpp +++ b/qt-models/diveplannermodel.cpp @@ -302,7 +302,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(); diff --git a/qt-ui/btdeviceselectiondialog.cpp b/qt-ui/btdeviceselectiondialog.cpp index dc5d70d..74afda6 100644 --- a/qt-ui/btdeviceselectiondialog.cpp +++ b/qt-ui/btdeviceselectiondialog.cpp @@ -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 diff --git a/qt-ui/configuredivecomputerdialog.ui b/qt-ui/configuredivecomputerdialog.ui index cd78a77..c6bd647 100644 --- a/qt-ui/configuredivecomputerdialog.ui +++ b/qt-ui/configuredivecomputerdialog.ui @@ -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> -- 2.3.8 (Apple Git-58)
-- .oOo.oOo.oOo.oOo.oOo.oOo.oOo.oOo.oOo.oOo.oOo.oOo.oOo.oOo.oOo.oOo.oOo.oOo.oOo.oO Robert C. Helling Elite Master Course Theoretical and Mathematical Physics Scientific Coordinator Ludwig Maximilians Universitaet Muenchen, Dept. Physik Phone: +49 89 2180-4523 Theresienstr. 39, rm. B339 http://www.atdotde.de Enhance your privacy, use cryptography! My PGP keys have fingerprints A9D1 A01D 13A5 31FA 6515 BB44 0820 367C 36BC 0C1D and DCED 37B6 251C 7861 270D 5613 95C7 9D32 9A8D 9B8F |
signature.asc
Description: Message signed with OpenPGP using GPGMail
_______________________________________________ subsurface mailing list [email protected] http://lists.subsurface-divelog.org/cgi-bin/mailman/listinfo/subsurface
