From 9d8aed0d3219134deef0dede7431d0c0b922ab01 Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Thu, 15 Aug 2013 21:12:01 +0000 Subject: - cosmetics (patch from dartraiden) git-svn-id: http://svn.miranda-ng.org/main/trunk@5712 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/Yahoo/src/options.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols/Yahoo/src') diff --git a/protocols/Yahoo/src/options.cpp b/protocols/Yahoo/src/options.cpp index 284a329362..3c6462c0d4 100644 --- a/protocols/Yahoo/src/options.cpp +++ b/protocols/Yahoo/src/options.cpp @@ -322,7 +322,7 @@ static INT_PTR CALLBACK DlgProcYahooOptsIgnore(HWND hwndDlg, UINT msg, WPARAM wP char id[128]; if (!ppro->m_bLoggedIn) { - MessageBox(hwndDlg, TranslateT("You need to be connected to Yahoo to remove from the Ignore List."), TranslateT("Yahoo Ignore"), MB_OK| MB_ICONINFORMATION); + MessageBox(hwndDlg, TranslateT("You need to be connected to Yahoo to remove from the ignore list."), TranslateT("Yahoo Ignore"), MB_OK| MB_ICONINFORMATION); break; } -- cgit v1.2.3