summaryrefslogtreecommitdiff
path: root/protocols
diff options
context:
space:
mode:
authorDart Raiden <wowemuh@gmail.com>2015-09-19 17:30:09 +0000
committerDart Raiden <wowemuh@gmail.com>2015-09-19 17:30:09 +0000
commit7a50a60446dc92c735f34637db597186ca1ec2af (patch)
treefac6db07a1699b2929795dd64c3a735a0fdb9056 /protocols
parent22fd8863b0175f11937c43441904852eda5f9c4a (diff)
spelling correction
git-svn-id: http://svn.miranda-ng.org/main/trunk@15398 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols')
-rw-r--r--protocols/ICQCorp/res/resource.rc2
-rw-r--r--protocols/JabberG/src/jabber_caps.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/protocols/ICQCorp/res/resource.rc b/protocols/ICQCorp/res/resource.rc
index 9f501a79a6..e1b198499f 100644
--- a/protocols/ICQCorp/res/resource.rc
+++ b/protocols/ICQCorp/res/resource.rc
@@ -93,7 +93,7 @@ BEGIN
EDITTEXT IDC_OPT_SERVER,64,32,100,12,ES_AUTOHSCROLL
RTEXT "Port:",IDC_STATIC,173,34,21,11
EDITTEXT IDC_OPT_PORT,204,32,40,12,ES_AUTOHSCROLL
- RTEXT "ICQ#:",IDC_STATIC,15,65,42,8
+ RTEXT "ICQ number:",IDC_STATIC,15,65,42,8
EDITTEXT IDC_OPT_UIN,64,63,100,12,ES_AUTOHSCROLL | ES_NUMBER
RTEXT "Password:",IDC_STATIC,15,79,42,8
EDITTEXT IDC_OPT_PASSWORD,64,78,100,12,ES_PASSWORD |
diff --git a/protocols/JabberG/src/jabber_caps.cpp b/protocols/JabberG/src/jabber_caps.cpp
index a8f5128281..fa4bc17080 100644
--- a/protocols/JabberG/src/jabber_caps.cpp
+++ b/protocols/JabberG/src/jabber_caps.cpp
@@ -61,7 +61,7 @@ const JabberFeatCapPair g_JabberFeatCapPairs[] = {
{ JABBER_FEAT_SECUREIM, JABBER_CAPS_SECUREIM, LPGENT("Supports SecureIM plugin for Miranda NG") },
{ JABBER_FEAT_MIROTR, JABBER_CAPS_MIROTR, LPGENT("Supports OTR (Off-the-Record Messaging)") },
{ JABBER_FEAT_NEWGPG, JABBER_CAPS_NEWGPG, LPGENT("Supports New_GPG plugin for Miranda NG") },
- { JABBER_FEAT_PRIVACY_LISTS, JABBER_CAPS_PRIVACY_LISTS, LPGENT("Blocks packets from other users/groupchats using Privacy lists") },
+ { JABBER_FEAT_PRIVACY_LISTS, JABBER_CAPS_PRIVACY_LISTS, LPGENT("Blocks packets from other users/group chats using Privacy lists") },
{ JABBER_FEAT_MESSAGE_RECEIPTS, JABBER_CAPS_MESSAGE_RECEIPTS, LPGENT("Supports Message Receipts") },
{ JABBER_FEAT_USER_TUNE, JABBER_CAPS_USER_TUNE, LPGENT("Can report information about the music to which a user is listening") },
{ JABBER_FEAT_USER_TUNE_NOTIFY, JABBER_CAPS_USER_TUNE_NOTIFY, LPGENT("Receives information about the music to which a user is listening") },