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:
commit
ae86db8891
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue
Block a user