From 79e72b2ecb9b6c2e3dd5b6b87c9c8634ab5463f2 Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Wed, 9 Oct 2013 18:25:12 +0000 Subject: English US correction (patch by RMN) git-svn-id: http://svn.miranda-ng.org/main/trunk@6420 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/BuddyPounce/src/dialog.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'plugins/BuddyPounce/src') diff --git a/plugins/BuddyPounce/src/dialog.cpp b/plugins/BuddyPounce/src/dialog.cpp index 2d5f1ef7b2..6ba1f66318 100644 --- a/plugins/BuddyPounce/src/dialog.cpp +++ b/plugins/BuddyPounce/src/dialog.cpp @@ -229,7 +229,7 @@ INT_PTR CALLBACK BuddyPounceSimpleDlgProc(HWND hwnd, UINT msg, WPARAM wParam, LP if (length>1) { TCHAR *text = (TCHAR*)mir_alloc(length*sizeof(TCHAR)); if (!text) { - msg(TranslateT("Couldnt Allocate enough memory"), _T("")); + msg(TranslateT("Couldn't allocate enough memory"), _T("")); break; } GetDlgItemText(hwnd, IDC_MESSAGE, text, length); @@ -295,7 +295,7 @@ INT_PTR CALLBACK BuddyPounceDlgProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM l if (length>1) { TCHAR *text = (TCHAR*)mir_alloc(length*sizeof(TCHAR)); if (!text) { - msg(TranslateT("Couldnt Allocate enough memory"), _T("")); + msg(TranslateT("Couldn't allocate enough memory"), _T("")); break; } GetDlgItemText(hwnd, IDC_MESSAGE, text, length); @@ -421,7 +421,7 @@ INT_PTR CALLBACK BuddyPounceOptionsDlgProc(HWND hwnd, UINT msg, WPARAM wParam, L if (length > 1) { TCHAR *text = (TCHAR*)mir_alloc(length*sizeof(TCHAR)); if (!text) { - msg(TranslateT("Couldnt Allocate enough memory"), _T("")); + msg(TranslateT("Couldn't allocate enough memory"), _T("")); break; } GetDlgItemText(hwnd, IDC_MESSAGE, text, length); -- cgit v1.2.3