From 25081c44e66ec1135d5c375b2e4bd0fe4e488ec6 Mon Sep 17 00:00:00 2001 From: dartraiden Date: Wed, 23 Aug 2017 14:40:41 +0300 Subject: more understandable error description --- protocols/Tox/src/tox_utils.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols/Tox/src') diff --git a/protocols/Tox/src/tox_utils.cpp b/protocols/Tox/src/tox_utils.cpp index f90c927004..6ef9a5b0fb 100644 --- a/protocols/Tox/src/tox_utils.cpp +++ b/protocols/Tox/src/tox_utils.cpp @@ -84,7 +84,7 @@ wchar_t* CToxProto::ToxErrorToString(TOX_ERR_FRIEND_SEND_MESSAGE error) case TOX_ERR_FRIEND_SEND_MESSAGE_NULL: return TranslateT("One of the arguments is missing"); case TOX_ERR_FRIEND_SEND_MESSAGE_FRIEND_NOT_FOUND: - return TranslateT("The friend number did not designate a valid friend"); + return TranslateT("The friend ID did not designate a valid friend"); case TOX_ERR_FRIEND_SEND_MESSAGE_FRIEND_NOT_CONNECTED: return TranslateT("This client is currently not connected to the friend"); case TOX_ERR_FRIEND_SEND_MESSAGE_SENDQ: -- cgit v1.2.3