1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

Merge pull request #2466 from ovalseven8:ovalseven8-patch-3

domain.com -> example.com
This commit is contained in:
Zetok Zalbavar 2015-11-06 08:09:12 +00:00
commit ae86db8891
No known key found for this signature in database
GPG Key ID: C953D3880212068A

View File

@ -149,7 +149,7 @@ void AddFriendForm::onIdChanged(const QString &id)
bool isValidId = tId.isEmpty() || ToxId::isToxId(tId) || tId.contains(dnsIdExpression);
QString toxIdText(tr("Tox ID", "Tox ID of the person you're sending a friend request to"));
QString toxIdComment(tr("either 76 hexadecimal characters or name@domain.com", "Tox ID format description"));
QString toxIdComment(tr("either 76 hexadecimal characters or name@example.com", "Tox ID format description"));
if(isValidId)
{