From 96be184798dd0fddf34bc755e48ffb45343d281b Mon Sep 17 00:00:00 2001 From: RMN Date: Mon, 4 Jan 2016 17:32:03 +0000 Subject: There's identical string in commandmonitor.cpp (except for that space) git-svn-id: http://svn.miranda-ng.org/main/trunk@16024 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/IRCG/src/services.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocols/IRCG/src/services.cpp b/protocols/IRCG/src/services.cpp index e98d69993a..46241256c7 100644 --- a/protocols/IRCG/src/services.cpp +++ b/protocols/IRCG/src/services.cpp @@ -317,7 +317,7 @@ INT_PTR __cdecl CIrcProto::OnMenuIgnore(WPARAM wp, LPARAM) else S = "+qnidc"; PostIrcMessage(_T("/IGNORE %%question=\"%s\",\"%s\",\"*!*@%S\" %s"), - TranslateT("Please enter the hostmask (nick!user@host) \nNOTE! Contacts on your contact list are never ignored"), + TranslateT("Please enter the hostmask (nick!user@host)\nNOTE! Contacts on your contact list are never ignored"), TranslateT("Ignore"), host, S.c_str()); db_free(&dbv1); } -- cgit v1.2.3