summaryrefslogtreecommitdiff
path: root/protocols/JabberG/src/jabber_misc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/JabberG/src/jabber_misc.cpp')
-rw-r--r--protocols/JabberG/src/jabber_misc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/JabberG/src/jabber_misc.cpp b/protocols/JabberG/src/jabber_misc.cpp
index 078dafc057..c6df013c4f 100644
--- a/protocols/JabberG/src/jabber_misc.cpp
+++ b/protocols/JabberG/src/jabber_misc.cpp
@@ -46,7 +46,7 @@ void CJabberProto::AddContactToRoster(const TCHAR *jid, const TCHAR *nick, const
void JabberChatDllError()
{
MessageBox(NULL,
- TranslateT("CHAT plugin is required for conferences. Install it before chatting"),
+ TranslateT("Chat plugin is required for conferences. Install it before chatting"),
TranslateT("Jabber Error"), MB_OK | MB_SETFOREGROUND);
}