Skip to content
Snippets Groups Projects
Commit ec05157f authored by Amin Bandali's avatar Amin Bandali Committed by Sébastien Blin
Browse files

contactmodel: use a more clear message for the 'not found' case

Using 'username' rather than 'registered name' is more clear and less
ambiguous.

Change-Id: I933a542f415ac5ce0b95872b1be5932edf42a052
parent 100315ef
No related branches found
No related tags found
No related merge requests found
...@@ -955,7 +955,7 @@ ContactModelPimpl::slotRegisteredNameFound(const QString& accountId, ...@@ -955,7 +955,7 @@ ContactModelPimpl::slotRegisteredNameFound(const QString& accountId,
updateTemporaryMessage(tr("Invalid ID")); updateTemporaryMessage(tr("Invalid ID"));
break; break;
case 2 /* NOT FOUND */: case 2 /* NOT FOUND */:
updateTemporaryMessage(tr("Registered name not found")); updateTemporaryMessage(tr("Username not found"));
break; break;
case 3 /* ERROR */: case 3 /* ERROR */:
updateTemporaryMessage(tr("Couldn't lookup…")); updateTemporaryMessage(tr("Couldn't lookup…"));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment