mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
Typo
This commit is contained in:
parent
627e5b178b
commit
5c1ae49f81
@ -96,7 +96,7 @@ void AddFriendForm::onSendTriggered()
|
||||
showWarning(tr("Please fill in a valid Tox ID","Tox ID of the friend you're sending a friend request to"));
|
||||
} else if (isToxId(id)) {
|
||||
if (id.toUpper() == Core::getInstance()->getSelfId().toString().toUpper())
|
||||
showWarning(tr("You can't add yourself as a friend !","When trying to add your own Tox ID as friend"));
|
||||
showWarning(tr("You can't add yourself as a friend!","When trying to add your own Tox ID as friend"));
|
||||
else
|
||||
emit friendRequested(id, getMessage());
|
||||
this->toxId.setText("");
|
||||
|
Loading…
x
Reference in New Issue
Block a user