diff options
Diffstat (limited to 'protocols/JabberG/jabber_opt.cpp')
-rw-r--r-- | protocols/JabberG/jabber_opt.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/protocols/JabberG/jabber_opt.cpp b/protocols/JabberG/jabber_opt.cpp index a922603b04..fe885888b8 100644 --- a/protocols/JabberG/jabber_opt.cpp +++ b/protocols/JabberG/jabber_opt.cpp @@ -582,7 +582,7 @@ private: m_txtPassword.GetText(pass, SIZEOF(pass));
if (lstrcmp(buf, pass))
{
- MessageBox(m_hwnd, TranslateT("Passwords do not match."), _T("Miranda IM"), MB_ICONSTOP|MB_OK);
+ MessageBox(m_hwnd, TranslateT("Passwords do not match."), _T("Miranda NG"), MB_ICONSTOP|MB_OK);
return;
}
@@ -1956,7 +1956,7 @@ private: m_txtPassword.GetText(pass, SIZEOF(pass));
if (lstrcmp(buf, pass))
{
- MessageBox(m_hwnd, TranslateT("Passwords do not match."), _T("Miranda IM"), MB_ICONSTOP|MB_OK);
+ MessageBox(m_hwnd, TranslateT("Passwords do not match."), _T("Miranda NG"), MB_ICONSTOP|MB_OK);
return;
}
|