diff options
author | Dart Raiden <wowemuh@gmail.com> | 2013-11-03 23:27:25 +0000 |
---|---|---|
committer | Dart Raiden <wowemuh@gmail.com> | 2013-11-03 23:27:25 +0000 |
commit | 9105ebe02af9b3ad599b3a316ce423a828b2d6c6 (patch) | |
tree | d0dc804a63ccdb333038f203b6c2e413455e54da /protocols/JabberG/src/jabber_form2.cpp | |
parent | 09563405b5388d3b32f2fb8a145afa0a85a3547c (diff) |
spelling corrections
git-svn-id: http://svn.miranda-ng.org/main/trunk@6764 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/JabberG/src/jabber_form2.cpp')
-rw-r--r-- | protocols/JabberG/src/jabber_form2.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/JabberG/src/jabber_form2.cpp b/protocols/JabberG/src/jabber_form2.cpp index a8d62506a3..72766f4efa 100644 --- a/protocols/JabberG/src/jabber_form2.cpp +++ b/protocols/JabberG/src/jabber_form2.cpp @@ -194,7 +194,7 @@ namespace NSJabberRegistry { _T("auto-offline"), JDFT_BOOLEAN, LPGENT("Whether to automatically go offline when idle") },
{ _T("sounds"), JDFT_BOOLEAN, LPGENT("Whether to play sounds") },
{ _T("files"), JDFT_LIST_MULTI, LPGENT("A list of pending file transfers") },
- { _T("groupchats"), JDFT_LIST_MULTI, LPGENT("A list of joined groupchat rooms") },
+ { _T("groupchats"), JDFT_LIST_MULTI, LPGENT("A list of joined group chat rooms") },
{ _T("status"), JDFT_LIST_SINGLE, LPGENT("A presence or availability status") },
{ _T("status-message"), JDFT_TEXT_MULTI, LPGENT("The status message text") },
{ _T("status-priority"), JDFT_TEXT_SINGLE, LPGENT("The new priority for the client") },
|