From db0d799d1f72a3b49e54bb2e81ec091e636353b3 Mon Sep 17 00:00:00 2001 From: Dart Raiden Date: Wed, 25 Jun 2014 10:34:12 +0000 Subject: typos, spelling correction git-svn-id: http://svn.miranda-ng.org/main/trunk@9576 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/JabberG/src/jabber_form2.cpp | 2 +- protocols/JabberG/src/jabber_privacy.cpp | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'protocols/JabberG/src') diff --git a/protocols/JabberG/src/jabber_form2.cpp b/protocols/JabberG/src/jabber_form2.cpp index fd0c95ca3d..ac63c4453e 100644 --- a/protocols/JabberG/src/jabber_form2.cpp +++ b/protocols/JabberG/src/jabber_form2.cpp @@ -175,7 +175,7 @@ namespace NSJabberRegistry static TJabberDataFormRegisry_Field form_type_metadata[] = { { _T("pubsub#contact"), JDFT_JID_MULTI, LPGENT("The JIDs of those to contact with questions") }, - { _T("pubsub#creation_date"), JDFT_TEXT_SINGLE, LPGENT("The datetime when the node was created") }, + { _T("pubsub#creation_date"), JDFT_TEXT_SINGLE, LPGENT("The date and time when the node was created") }, { _T("pubsub#creator"), JDFT_JID_SINGLE, LPGENT("The JID of the node creator") }, { _T("pubsub#description"), JDFT_TEXT_SINGLE, LPGENT("A description of the node") }, { _T("pubsub#language"), JDFT_TEXT_SINGLE, LPGENT("The default language of the node") }, diff --git a/protocols/JabberG/src/jabber_privacy.cpp b/protocols/JabberG/src/jabber_privacy.cpp index e3ecbe6c74..baccb151a1 100644 --- a/protocols/JabberG/src/jabber_privacy.cpp +++ b/protocols/JabberG/src/jabber_privacy.cpp @@ -799,13 +799,13 @@ void CJabberDlgPrivacyLists::OnInitDialog() cii.flags = CLCIIF_GROUPFONT; cii.pszText = TranslateT("** Default **"); clc_info.hItemDefault = m_clcClist.AddInfoItem(&cii); - cii.pszText = TranslateT("** Subsription: both **"); + cii.pszText = TranslateT("** Subscription: both **"); clc_info.hItemSubBoth = m_clcClist.AddInfoItem(&cii); - cii.pszText = TranslateT("** Subsription: to **"); + cii.pszText = TranslateT("** Subscription: to **"); clc_info.hItemSubTo = m_clcClist.AddInfoItem(&cii); - cii.pszText = TranslateT("** Subsription: from **"); + cii.pszText = TranslateT("** Subscription: from **"); clc_info.hItemSubFrom = m_clcClist.AddInfoItem(&cii); - cii.pszText = TranslateT("** Subsription: none **"); + cii.pszText = TranslateT("** Subscription: none **"); clc_info.hItemSubNone = m_clcClist.AddInfoItem(&cii); CListResetOptions(GetDlgItem(m_hwnd, IDC_CLIST)); -- cgit v1.2.3