From f75bb0f8d24d6a02b73bd5df3c499d6b32a1da53 Mon Sep 17 00:00:00 2001 From: vu1tur Date: Tue, 11 Feb 2014 09:28:36 +0000 Subject: spamotron translation fixes git-svn-id: http://svn.miranda-ng.org/main/trunk@8089 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Spamotron/src/popups.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'plugins/Spamotron/src/popups.cpp') diff --git a/plugins/Spamotron/src/popups.cpp b/plugins/Spamotron/src/popups.cpp index 415bcc3517..43a5ee5655 100644 --- a/plugins/Spamotron/src/popups.cpp +++ b/plugins/Spamotron/src/popups.cpp @@ -108,9 +108,9 @@ INT_PTR CALLBACK DlgProcOptionsPopups(HWND optDlg, UINT msg, WPARAM wParam, LPAR return FALSE; break; case IDC_OPT_POPUPS_PREVIEW: - ShowPopupPreview(optDlg, POPUP_BLOCKED, NULL, LPGENT("Message blocked due to preview action")); - ShowPopupPreview(optDlg, POPUP_APPROVED, NULL, LPGENT("Message approved due to preview action")); - ShowPopupPreview(optDlg, POPUP_CHALLENGE, NULL, LPGENT("Challenge sent to preview contact")); + ShowPopupPreview(optDlg, POPUP_BLOCKED, NULL, TranslateT("Message blocked due to preview action")); + ShowPopupPreview(optDlg, POPUP_APPROVED, NULL, TranslateT("Contact approved due to preview action")); + ShowPopupPreview(optDlg, POPUP_CHALLENGE, NULL, TranslateT("Challenge sent to preview contact")); return FALSE; } SendMessage(GetParent(optDlg), PSM_CHANGED, 0, 0); -- cgit v1.2.3