From 0723e910521a85953805ec63cbb723641cbf5d4a Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sat, 27 Feb 2021 17:15:06 +0300 Subject: fixes #2751 (misprint in error message) --- protocols/IRCG/src/ircproto.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols') diff --git a/protocols/IRCG/src/ircproto.cpp b/protocols/IRCG/src/ircproto.cpp index ed12929143..2d6a97709c 100644 --- a/protocols/IRCG/src/ircproto.cpp +++ b/protocols/IRCG/src/ircproto.cpp @@ -684,7 +684,7 @@ int CIrcProto::SetStatusInternal(int iNewStatus, bool bIsInternal) } if (iNewStatus != ID_STATUS_OFFLINE && !m_nick[0] || !m_userID[0] || !m_name[0]) { - Clist_TrayNotifyW(m_szModuleName, TranslateT("IRC error"), TranslateT("Connection cannot be established! You have not completed all necessary fields (Nickname, User ID and m_name)."), NIIF_ERROR, 15000); + Clist_TrayNotifyW(m_szModuleName, TranslateT("IRC error"), TranslateT("Connection cannot be established! You have not completed all necessary fields (Nickname, User ID and Full name)."), NIIF_ERROR, 15000); return 0; } -- cgit v1.2.3