diff options
author | RMN <rmn@miranda-ng.org> | 2016-01-04 17:32:03 +0000 |
---|---|---|
committer | RMN <rmn@miranda-ng.org> | 2016-01-04 17:32:03 +0000 |
commit | 96be184798dd0fddf34bc755e48ffb45343d281b (patch) | |
tree | f2a937b4f2eabcf43305a700a56dc3321ce4300e | |
parent | e514cd4a63e1ad00e58666f32389b9bf2e2764ff (diff) |
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
-rw-r--r-- | protocols/IRCG/src/services.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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);
}
|