diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-08-15 21:12:01 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-08-15 21:12:01 +0000 |
commit | 9d8aed0d3219134deef0dede7431d0c0b922ab01 (patch) | |
tree | 640829280d379f531f0b5ed9bf60db87d8f2ee3c /protocols/Yahoo | |
parent | 3172af09fdadfe69de8f0c0a351e1866bbf40cfa (diff) |
- cosmetics (patch from dartraiden)
git-svn-id: http://svn.miranda-ng.org/main/trunk@5712 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Yahoo')
-rw-r--r-- | protocols/Yahoo/src/options.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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;
}
|