From 24f359976eecd6f8fe1379d573e2d53dd5b2f36b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Allan=20Nordh=C3=B8y?= <epost@anotheragency.no> Date: Thu, 20 Sep 2018 06:37:15 +0200 Subject: [PATCH] Spelling: Id -> ID. Uid -> UID Change-Id: I582190d3a54038b2e6bc301b1710d96ac5ab7e03 --- src/certificate.cpp | 2 +- src/phonedirectorymodel.cpp | 2 +- src/ringdevicemodel.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/certificate.cpp b/src/certificate.cpp index 923c67ad..cb4825cc 100644 --- a/src/certificate.cpp +++ b/src/certificate.cpp @@ -101,7 +101,7 @@ Matrix1D<Certificate::Details,QString> CertificatePrivate::m_slDetailssName = {{ /* SIGNATURE_ALGORITHM */ QObject::tr("Signature algorithm" ), /* MD5_FINGERPRINT */ QObject::tr("Md5 fingerprint" ), /* SHA1_FINGERPRINT */ QObject::tr("Sha1 fingerprint" ), - /* PUBLIC_KEY_ID */ QObject::tr("Public key id" ), + /* PUBLIC_KEY_ID */ QObject::tr("Public key ID" ), /* ISSUER_DN */ QObject::tr("Issuer domain name" ), /* NEXT_EXPECTED_UPDATE_DATE */ QObject::tr("Next expected update" ), /* OUTGOING_SERVER */ QObject::tr("Outgoing server" ), diff --git a/src/phonedirectorymodel.cpp b/src/phonedirectorymodel.cpp index fc25d7e3..1f5b50ad 100644 --- a/src/phonedirectorymodel.cpp +++ b/src/phonedirectorymodel.cpp @@ -304,7 +304,7 @@ QVariant PhoneDirectoryModel::headerData(int section, Qt::Orientation orientatio Q_UNUSED(orientation) static const QString headers[] = {tr("URI"), tr("Type"), tr("Person"), tr("Account"), tr("State"), tr("Call count"), tr("Week count"), tr("Trimester count"), tr("Have Called"), tr("Last used"), tr("Name_count"),tr("Total (in seconds)"), tr("Popularity_index"), - tr("Bookmarked"), tr("Tracked"), tr("Has certificate"), tr("Present"), tr("Presence message"), tr("Uid"), tr("Registered name") }; + tr("Bookmarked"), tr("Tracked"), tr("Has certificate"), tr("Present"), tr("Presence message"), tr("UID"), tr("Registered name") }; if (role == Qt::DisplayRole) return headers[section]; return QVariant(); } diff --git a/src/ringdevicemodel.cpp b/src/ringdevicemodel.cpp index 8c12b4b8..f7eaa3dd 100644 --- a/src/ringdevicemodel.cpp +++ b/src/ringdevicemodel.cpp @@ -107,7 +107,7 @@ QVariant RingDeviceModel::headerData( int section, Qt::Orientation ori, int role switch (section) { case static_cast<int>(RingDevice::Column::Id): - return tr("Id"); + return tr("ID"); case static_cast<int>(RingDevice::Column::Name): return tr("Name"); default: -- GitLab