From 11bcf4605f7a15604f8154c7b1daceb83e5f2566 Mon Sep 17 00:00:00 2001 From: Dart Raiden Date: Fri, 1 Apr 2016 21:07:06 +0000 Subject: unificate reconnect warnings (as in Jabber) git-svn-id: http://svn.miranda-ng.org/main/trunk@16571 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/MSN/src/msn_opts.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'protocols/MSN') diff --git a/protocols/MSN/src/msn_opts.cpp b/protocols/MSN/src/msn_opts.cpp index 3b202a2d69..2adbe2c31f 100644 --- a/protocols/MSN/src/msn_opts.cpp +++ b/protocols/MSN/src/msn_opts.cpp @@ -280,8 +280,8 @@ LBL_Continue: if (reconnectRequired && proto->msnLoggedIn) MessageBox(hwndDlg, - TranslateT("The changes you have made require you to reconnect to the MSN Messenger network before they take effect"), - TranslateT("MSN Options"), MB_OK); + TranslateT("These changes will take effect the next time you connect to the MSN Messenger network."), + TranslateT("MSN options"), MB_OK); proto->LoadOptions(); return TRUE; -- cgit v1.2.3