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/IcqOscarJ/res/resources.rc | 2 +- protocols/IcqOscarJ/src/icq_uploadui.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'protocols/IcqOscarJ') 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; -- cgit v1.2.3