diff options
Diffstat (limited to 'plugins/UserInfoEx')
-rw-r--r-- | plugins/UserInfoEx/res/resource.rc | 4 | ||||
-rw-r--r-- | plugins/UserInfoEx/src/dlg_propsheet.cpp | 2 | ||||
-rw-r--r-- | plugins/UserInfoEx/src/ex_import/classExImContactBase.cpp | 2 | ||||
-rw-r--r-- | plugins/UserInfoEx/src/psp_options.cpp | 4 | ||||
-rw-r--r-- | plugins/UserInfoEx/src/svc_refreshci.cpp | 2 |
5 files changed, 7 insertions, 7 deletions
diff --git a/plugins/UserInfoEx/res/resource.rc b/plugins/UserInfoEx/res/resource.rc index 9e52a49541..ab13d35ea1 100644 --- a/plugins/UserInfoEx/res/resource.rc +++ b/plugins/UserInfoEx/res/resource.rc @@ -141,7 +141,7 @@ STYLE DS_SETFONT | DS_MODALFRAME | DS_3DLOOK | DS_FIXEDSYS | DS_CENTER | WS_POPU CAPTION "Add phone number"
FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
- CONTROL "Enter your phone number\nand don't worry about formating.",IDC_HEADERBAR,
+ CONTROL "Enter your phone number\nand don't worry about formatting.",IDC_HEADERBAR,
"MHeaderbarCtrl",0x0,0,0,242,25
CONTROL "",IDC_STATIC,"Static",SS_WHITERECT,0,25,241,101
CONTROL "Enter a category for this number:",IDC_STATIC,"Static",SS_SIMPLE | WS_GROUP,5,32,199,9
@@ -363,7 +363,7 @@ BEGIN LTEXT "Changed information",TXT_OPT_CLR_CHANGED,187,47,96,8
CONTROL "Enable colors to give information about information's status.",CHECK_OPT_CLR,
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,10,16,271,10
- CONTROL "Make protocol based contact information readonly",CHECK_OPT_READONLY,
+ CONTROL "Make protocol based contact information read only",CHECK_OPT_READONLY,
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,10,104,271,10
CONTROL "Enable groups in details dialog's treeview",CHECK_OPT_GROUPS,
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,10,152,271,10
diff --git a/plugins/UserInfoEx/src/dlg_propsheet.cpp b/plugins/UserInfoEx/src/dlg_propsheet.cpp index ac6100ae30..6eccd83b4e 100644 --- a/plugins/UserInfoEx/src/dlg_propsheet.cpp +++ b/plugins/UserInfoEx/src/dlg_propsheet.cpp @@ -269,7 +269,7 @@ static INT_PTR ShowDialog(WPARAM wParam, LPARAM lParam) metrics.x = GetSystemMetrics(SM_CXSMICON);
metrics.y = GetSystemMetrics(SM_CYSMICON);
if ((psh._hImages = ImageList_Create(metrics.x, metrics.y, ILC_COLOR32 | ILC_MASK, 0, 1)) == NULL) {
- MsgErr(NULL, LPGENT("Creating the imagelist failed!"));
+ MsgErr(NULL, LPGENT("Creating the image list failed!"));
return 1;
}
diff --git a/plugins/UserInfoEx/src/ex_import/classExImContactBase.cpp b/plugins/UserInfoEx/src/ex_import/classExImContactBase.cpp index 74cfe49000..71dd6bee93 100644 --- a/plugins/UserInfoEx/src/ex_import/classExImContactBase.cpp +++ b/plugins/UserInfoEx/src/ex_import/classExImContactBase.cpp @@ -501,7 +501,7 @@ BYTE CExImContactBase::isHandle(MCONTACT hContact) if (dbv.type == DBVT_UTF8 && dbv.pszVal && !mir_stricmp(dbv.pszVal,_pszNick)) {
LPTSTR ptszNick = mir_utf8decodeT(_pszNick);
LPTSTR ptszProto = mir_a2t(_pszProto);
- int ans = MsgBox(NULL, MB_ICONQUESTION|MB_YESNO, LPGENT("Question"), LPGENT("contact identificaion"),
+ int ans = MsgBox(NULL, MB_ICONQUESTION|MB_YESNO, LPGENT("Question"), LPGENT("contact identification"),
LPGENT("The contact %s(%s) has no unique ID in the vCard,\nbut there is a contact in your contact list with the same nick and protocol.\nDo you wish to use this contact?"),
ptszNick, ptszProto);
MIR_FREE(ptszNick);
diff --git a/plugins/UserInfoEx/src/psp_options.cpp b/plugins/UserInfoEx/src/psp_options.cpp index 553ccc1623..dc9d584a11 100644 --- a/plugins/UserInfoEx/src/psp_options.cpp +++ b/plugins/UserInfoEx/src/psp_options.cpp @@ -461,7 +461,7 @@ static INT_PTR CALLBACK DlgProc_AdvancedOpts(HWND hDlg, UINT uMsg, WPARAM wParam MB_ICON_WARNING | MB_YESNO,
LPGENT("Question"),
LPGENT("Reset factory defaults"),
- LPGENT("This will delete all settings, you've made!\nAll TreeView settings, window positions and any other settings!\n\nAre you sure to procceed?"));
+ LPGENT("This will delete all settings, you've made!\nAll TreeView settings, window positions and any other settings!\n\nAre you sure to proceed?"));
if (WantReset) {
MCONTACT hContact;
@@ -613,7 +613,7 @@ static INT_PTR CALLBACK DlgProc_ReminderOpts(HWND hDlg, UINT uMsg, WPARAM wParam if (hCtrl = GetDlgItem(hDlg, EDIT_REMIND_ENABLED)) {
ComboBox_AddString(hCtrl, TranslateT("Reminder disabled"));
ComboBox_AddString(hCtrl, TranslateT("Anniversaries only"));
- ComboBox_AddString(hCtrl, TranslateT("Bithdays only"));
+ ComboBox_AddString(hCtrl, TranslateT("Birthdays only"));
ComboBox_AddString(hCtrl, TranslateT("Everything"));
}
if (hCtrl = GetDlgItem(hDlg, EDIT_BIRTHMODULE)) {
diff --git a/plugins/UserInfoEx/src/svc_refreshci.cpp b/plugins/UserInfoEx/src/svc_refreshci.cpp index fb6923e927..3fbbd3d2f9 100644 --- a/plugins/UserInfoEx/src/svc_refreshci.cpp +++ b/plugins/UserInfoEx/src/svc_refreshci.cpp @@ -644,7 +644,7 @@ class CContactUpdater : public CContactQueue if (_pProgress)
{
- _pProgress->SetTextParam(TranslateT("[b]%s (%S)...[/b]\n%d Contacts remaning"),
+ _pProgress->SetTextParam(TranslateT("[b]%s (%S)...[/b]\n%d Contacts remaining"),
DB::Contact::DisplayName(_hContact), pszProto, Size());
}
if (IsProtoOnline(pszProto))
|