From 41ba2bc69d8e9778b638e16cbcc82c98c2134cb0 Mon Sep 17 00:00:00 2001 From: ovalseven8 Date: Sun, 25 Oct 2015 09:51:13 +0100 Subject: [PATCH] domain.com -> example.com @zetok --- src/widget/form/addfriendform.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/widget/form/addfriendform.cpp b/src/widget/form/addfriendform.cpp index 7bb796e33..90a57098d 100644 --- a/src/widget/form/addfriendform.cpp +++ b/src/widget/form/addfriendform.cpp @@ -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) {