From 557d20f966c9ebbb16df1fc5a6d4e74084de3a2b Mon Sep 17 00:00:00 2001 From: RMN Date: Tue, 18 Feb 2014 10:40:49 +0000 Subject: spelling corrections git-svn-id: http://svn.miranda-ng.org/main/trunk@8157 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/VersionInfo/src/dlgHandlers.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/VersionInfo/src') 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); -- cgit v1.2.3