Skip to content
Snippets Groups Projects
Commit 24f35997 authored by Allan Nordhøy's avatar Allan Nordhøy
Browse files

Spelling: Id -> ID. Uid -> UID

Change-Id: I582190d3a54038b2e6bc301b1710d96ac5ab7e03
parent 24cdcdd7
No related branches found
No related tags found
No related merge requests found
...@@ -101,7 +101,7 @@ Matrix1D<Certificate::Details,QString> CertificatePrivate::m_slDetailssName = {{ ...@@ -101,7 +101,7 @@ Matrix1D<Certificate::Details,QString> CertificatePrivate::m_slDetailssName = {{
/* SIGNATURE_ALGORITHM */ QObject::tr("Signature algorithm" ), /* SIGNATURE_ALGORITHM */ QObject::tr("Signature algorithm" ),
/* MD5_FINGERPRINT */ QObject::tr("Md5 fingerprint" ), /* MD5_FINGERPRINT */ QObject::tr("Md5 fingerprint" ),
/* SHA1_FINGERPRINT */ QObject::tr("Sha1 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" ), /* ISSUER_DN */ QObject::tr("Issuer domain name" ),
/* NEXT_EXPECTED_UPDATE_DATE */ QObject::tr("Next expected update" ), /* NEXT_EXPECTED_UPDATE_DATE */ QObject::tr("Next expected update" ),
/* OUTGOING_SERVER */ QObject::tr("Outgoing server" ), /* OUTGOING_SERVER */ QObject::tr("Outgoing server" ),
......
...@@ -304,7 +304,7 @@ QVariant PhoneDirectoryModel::headerData(int section, Qt::Orientation orientatio ...@@ -304,7 +304,7 @@ QVariant PhoneDirectoryModel::headerData(int section, Qt::Orientation orientatio
Q_UNUSED(orientation) Q_UNUSED(orientation)
static const QString headers[] = {tr("URI"), tr("Type"), tr("Person"), tr("Account"), tr("State"), tr("Call count"), tr("Week count"), 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("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]; if (role == Qt::DisplayRole) return headers[section];
return QVariant(); return QVariant();
} }
......
...@@ -107,7 +107,7 @@ QVariant RingDeviceModel::headerData( int section, Qt::Orientation ori, int role ...@@ -107,7 +107,7 @@ QVariant RingDeviceModel::headerData( int section, Qt::Orientation ori, int role
switch (section) { switch (section) {
case static_cast<int>(RingDevice::Column::Id): case static_cast<int>(RingDevice::Column::Id):
return tr("Id"); return tr("ID");
case static_cast<int>(RingDevice::Column::Name): case static_cast<int>(RingDevice::Column::Name):
return tr("Name"); return tr("Name");
default: default:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment