diff options
author | RMN <rmn@miranda-ng.org> | 2014-02-18 10:40:49 +0000 |
---|---|---|
committer | RMN <rmn@miranda-ng.org> | 2014-02-18 10:40:49 +0000 |
commit | 557d20f966c9ebbb16df1fc5a6d4e74084de3a2b (patch) | |
tree | 745b0ba61f961c1f7007355c7935919c471e1090 /plugins/VersionInfo | |
parent | 6345808173c9c135a4abc1ceb83a4e9d1101a602 (diff) |
spelling corrections
git-svn-id: http://svn.miranda-ng.org/main/trunk@8157 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/VersionInfo')
-rw-r--r-- | plugins/VersionInfo/res/resource.rc | 2 | ||||
-rw-r--r-- | plugins/VersionInfo/src/dlgHandlers.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/plugins/VersionInfo/res/resource.rc b/plugins/VersionInfo/res/resource.rc index a509586c34..631a272b4e 100644 --- a/plugins/VersionInfo/res/resource.rc +++ b/plugins/VersionInfo/res/resource.rc @@ -41,7 +41,7 @@ BEGIN GROUPBOX "Select output:",IDC_STATIC,7,7,217,72
CONTROL "Upload to site",IDC_ASK_TOUPLOAD,"Button",BS_AUTORADIOBUTTON | WS_DISABLED | WS_TABSTOP,15,67,206,10
CONTROL "Forum style formatting",IDC_ASK_FORUMSTYLE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,15,92,206,9
- GROUPBOX "Aditional options:",IDC_STATIC,7,81,217,39
+ GROUPBOX "Additional options:",IDC_STATIC,7,81,217,39
COMBOBOX IDC_ASK_QUOTECOMBOBOX,15,104,75,50,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
COMBOBOX IDC_ASK_SIZECOMBOBOX,93,104,71,48,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
COMBOBOX IDC_ASK_BOLDCOMBOBOX,167,104,54,47,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
diff --git a/plugins/VersionInfo/src/dlgHandlers.cpp b/plugins/VersionInfo/src/dlgHandlers.cpp index 8a36de678c..933c197910 100644 --- a/plugins/VersionInfo/src/dlgHandlers.cpp +++ b/plugins/VersionInfo/src/dlgHandlers.cpp @@ -384,7 +384,7 @@ INT_PTR CALLBACK DlgProcOpts(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam) case IDC_SHOWUUIDS:
if (IsDlgButtonChecked(hWnd, IDC_SHOWUUIDS) && MessageBox(hWnd,
- TranslateT("Are you sure you want to enable this option ?\nPlease only enable this option if you really know what you're doing and what the option is for or if someone asked you to do it."),
+ TranslateT("Are you sure you want to enable this option?\nPlease only enable this option if you really know what you're doing and what the option is for or if someone asked you to do it."),
TranslateT("Show plugin UUIDs?"), MB_YESNO | MB_ICONWARNING) == IDNO)
{
CheckDlgButton(hWnd, IDC_SHOWUUIDS, FALSE);
|