From 37048fac02bf4cbec6924f383246cd7f92133467 Mon Sep 17 00:00:00 2001 From: Dart Raiden Date: Sun, 27 Oct 2013 13:36:07 +0000 Subject: removed unneeded spaces, etc. git-svn-id: http://svn.miranda-ng.org/main/trunk@6644 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/Tlen/src/tlen_muc.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols/Tlen') diff --git a/protocols/Tlen/src/tlen_muc.cpp b/protocols/Tlen/src/tlen_muc.cpp index 102a54ffbd..843d4f4c98 100644 --- a/protocols/Tlen/src/tlen_muc.cpp +++ b/protocols/Tlen/src/tlen_muc.cpp @@ -490,7 +490,7 @@ int TlenMUCRecvError(TlenProtocol *proto, const char *from, XmlNode *errorNode) mir_snprintf(str, SIZEOF(str), Translate("Anonymous nicknames are not allowed in this chat room.")); break; default: - mir_snprintf(str, SIZEOF(str), Translate("Unknown error code : %d"), errCode); + mir_snprintf(str, SIZEOF(str), Translate("Unknown error code: %d"), errCode); break; } mucce.pszText = str; -- cgit v1.2.3