diff options
author | Dart Raiden <wowemuh@gmail.com> | 2014-06-25 10:34:12 +0000 |
---|---|---|
committer | Dart Raiden <wowemuh@gmail.com> | 2014-06-25 10:34:12 +0000 |
commit | db0d799d1f72a3b49e54bb2e81ec091e636353b3 (patch) | |
tree | 19b615e529e4efea7eb99d190b22350c214331ab /protocols | |
parent | 3fdf46fd77f2d2f2e3c958a3cd4cf9d37abfe05f (diff) |
typos, spelling correction
git-svn-id: http://svn.miranda-ng.org/main/trunk@9576 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols')
-rw-r--r-- | protocols/IcqOscarJ/res/resources.rc | 2 | ||||
-rw-r--r-- | protocols/IcqOscarJ/src/icq_uploadui.cpp | 2 | ||||
-rw-r--r-- | protocols/JabberG/src/jabber_form2.cpp | 2 | ||||
-rw-r--r-- | protocols/JabberG/src/jabber_privacy.cpp | 8 | ||||
-rw-r--r-- | protocols/MRA/res/resource.rc | 2 |
5 files changed, 8 insertions, 8 deletions
diff --git a/protocols/IcqOscarJ/res/resources.rc b/protocols/IcqOscarJ/res/resources.rc index fb5e6ec9e7..6d16b9539f 100644 --- a/protocols/IcqOscarJ/res/resources.rc +++ b/protocols/IcqOscarJ/res/resources.rc @@ -78,7 +78,7 @@ BEGIN EDITTEXT IDC_ICQNUM,68,12,106,12,ES_AUTOHSCROLL
RTEXT "Password:",IDC_STATIC12,12,28,51,8
EDITTEXT IDC_PASSWORD,68,26,106,12,ES_PASSWORD | ES_AUTOHSCROLL
- LTEXT "Hint: If you don't enter your password here, Miranda will ask for the password everytime you try to go online.",IDC_STATIC,12,43,286,19
+ LTEXT "Hint: If you don't enter your password here, Miranda will ask for the password every time you try to go online.",IDC_STATIC,12,43,286,19
CONTROL "Retrieve a lost password or ICQ number",IDC_LOOKUPLINK,
"Hyperlink",WS_TABSTOP,12,78,286,8
CONTROL "Create a new ICQ account using the ICQ website",IDC_NEWUINLINK,
diff --git a/protocols/IcqOscarJ/src/icq_uploadui.cpp b/protocols/IcqOscarJ/src/icq_uploadui.cpp index 96fb4a82b7..0301b11914 100644 --- a/protocols/IcqOscarJ/src/icq_uploadui.cpp +++ b/protocols/IcqOscarJ/src/icq_uploadui.cpp @@ -811,7 +811,7 @@ static INT_PTR CALLBACK DlgProcUploadList(HWND hwndDlg, UINT message, WPARAM wPa SendDlgItemMessage(hwndDlg, IDC_LOG, LB_RESETCONTENT, 0, 0);
if (!ppro->icqOnline()) {
char str[MAX_PATH];
- AppendToUploadLog(hwndDlg, ICQTranslateUtfStatic(LPGEN("You have to be online to sychronize the server-list!"), str, MAX_PATH));
+ AppendToUploadLog(hwndDlg, ICQTranslateUtfStatic(LPGEN("You have to be online to synchronize the server-list!"), str, MAX_PATH));
break;
}
working = 1;
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));
diff --git a/protocols/MRA/res/resource.rc b/protocols/MRA/res/resource.rc index 73e6b06061..991b13743c 100644 --- a/protocols/MRA/res/resource.rc +++ b/protocols/MRA/res/resource.rc @@ -129,7 +129,7 @@ BEGIN COMBOBOX IDC_BIRTHDAY_DAY,65,117,29,204,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
COMBOBOX IDC_BIRTHDAY_MONTH,102,117,59,90,CBS_DROPDOWNLIST | CBS_AUTOHSCROLL | WS_VSCROLL | WS_TABSTOP
COMBOBOX IDC_BIRTHDAY_YEAR,167,117,37,188,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
- LTEXT "Zodiak:",IDC_STATIC,15,134,50,8
+ LTEXT "Zodiac:",IDC_STATIC,15,134,50,8
COMBOBOX IDC_ZODIAK,65,133,139,47,CBS_DROPDOWNLIST | CBS_SORT | WS_VSCROLL | WS_TABSTOP
GROUPBOX "Location",IDC_LOCATIONGROUP,7,157,207,60
LTEXT "Country:",IDC_STATIC,14,170,50,8
|