From 985680571da54045cee198c8d229b281c9d464ff Mon Sep 17 00:00:00 2001 From: dartraiden Date: Thu, 4 Aug 2022 02:28:41 +0300 Subject: BasicHistory: fix typos --- plugins/BasicHistory/res/BasicHistory.rc | 2 +- plugins/BasicHistory/src/Options.cpp | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/BasicHistory/res/BasicHistory.rc b/plugins/BasicHistory/res/BasicHistory.rc index 3cc23aeebf..ffec3f6659 100644 --- a/plugins/BasicHistory/res/BasicHistory.rc +++ b/plugins/BasicHistory/res/BasicHistory.rc @@ -221,7 +221,7 @@ BEGIN "Button",BS_AUTOCHECKBOX | WS_TABSTOP,10,148,180,10 EDITTEXT IDC_PASSWORD,85,160,109,12, ES_AUTOHSCROLL | ES_PASSWORD | WS_TABSTOP LTEXT "Password",IDC_PASSWORD_LABEL,10,163,73,8 - CONTROL "Upload to FTP (WinSCP requred)",IDC_UPLOAD, + CONTROL "Upload to FTP (WinSCP required)",IDC_UPLOAD, "Button",BS_AUTOCHECKBOX | WS_TABSTOP,10,178,180,10 EDITTEXT IDC_FTP,85,190,109,12,ES_AUTOHSCROLL | WS_TABSTOP LTEXT "Session name",IDC_FTP_LABEL,10,193,73,8 diff --git a/plugins/BasicHistory/src/Options.cpp b/plugins/BasicHistory/src/Options.cpp index b055c91188..9375ced3ba 100644 --- a/plugins/BasicHistory/src/Options.cpp +++ b/plugins/BasicHistory/src/Options.cpp @@ -1851,12 +1851,12 @@ INT_PTR CALLBACK Options::DlgProcOptsTask(HWND hwndDlg, UINT msg, WPARAM wParam, ShowWindow(GetDlgItem(hwndDlg, IDC_IMPORT_TYPE), showImport); std::wstring str; wchar_t* compressText = TranslateT("Compress output files"); - wchar_t* uploadText = TranslateT("Upload to FTP (WinSCP requred)"); + wchar_t* uploadText = TranslateT("Upload to FTP (WinSCP required)"); wchar_t* typeText = TranslateT("Export to"); if (showFilter == SW_HIDE) { str = TranslateT("** Use to insert extension, to insert contact name"); compressText = TranslateT("Input files are compressed"); - uploadText = TranslateT("Download from FTP (WinSCP requred)"); + uploadText = TranslateT("Download from FTP (WinSCP required)"); typeText = TranslateT("Import from"); } else if (show == SW_HIDE) -- cgit v1.2.3