diff options
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") },
|