From a7b6dafd9b2b851d22d59576aec97a2bd53fd6f1 Mon Sep 17 00:00:00 2001 From: dartraiden Date: Thu, 27 Jun 2024 01:45:57 +0300 Subject: Replace ICQ by MRA --- plugins/UserInfoEx/src/dlg_propsheet.cpp | 4 ++-- plugins/UserInfoEx/src/svc_constants.cpp | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'plugins/UserInfoEx/src') diff --git a/plugins/UserInfoEx/src/dlg_propsheet.cpp b/plugins/UserInfoEx/src/dlg_propsheet.cpp index 8003bc4733..4d1805c6d8 100644 --- a/plugins/UserInfoEx/src/dlg_propsheet.cpp +++ b/plugins/UserInfoEx/src/dlg_propsheet.cpp @@ -114,7 +114,7 @@ private: if (!IsProtoOnline((*_pPd)->szModuleName)) MsgBox(_pPs->hDlg, MB_ICON_WARNING, TranslateT("Upload details"), CMStringW(FORMAT, TranslateT("Protocol '%s' is offline"), _A2T((*_pPd)->szModuleName).get()), - TranslateT("You are not currently connected to the ICQ network.\nYou must be online in order to update your information on the server.\n\nYour changes will be saved to database only.")); + TranslateT("You are not currently connected to the MRA network.\nYou must be online in order to update your information on the server.\n\nYour changes will be saved to database only.")); // start uploading process else _hUploading = 0; @@ -920,7 +920,7 @@ static INT_PTR CALLBACK DlgProc(HWND hDlg, UINT uMsg, WPARAM wParam, LPARAM lPar } else if (ack->result == ACKRESULT_FAILED) { MsgBox(hDlg, MB_ICON_WARNING, - LPGENW("Upload ICQ details"), + LPGENW("Upload MRA details"), LPGENW("Upload failed"), LPGENW("Your details were not uploaded successfully.\nThey were written to database only.")); KillTimer(hDlg, TIMERID_UPDATING); diff --git a/plugins/UserInfoEx/src/svc_constants.cpp b/plugins/UserInfoEx/src/svc_constants.cpp index 02136c9fde..c1483c1a3c 100644 --- a/plugins/UserInfoEx/src/svc_constants.cpp +++ b/plugins/UserInfoEx/src/svc_constants.cpp @@ -111,7 +111,7 @@ static IDSTRLIST TmplOccupations[] = { {10, LPGENW("Government"), nullptr}, {11, LPGENW("High School Student"), nullptr}, {12, LPGENW("Home"), nullptr}, - {13, LPGENW("ICQ - Providing Help"), nullptr}, + {13, LPGENW("MRA - Providing Help"), nullptr}, {14, LPGENW("Law"), nullptr}, {15, LPGENW("Managerial"), nullptr}, {16, LPGENW("Manufacturing"), nullptr}, @@ -140,7 +140,7 @@ static IDSTRLIST TmplInterests[] = { {106, LPGENW("Fitness"), nullptr}, {107, LPGENW("Games"), nullptr}, {108, LPGENW("Hobbies"), nullptr}, - {109, LPGENW("ICQ - Providing Help"), nullptr}, + {109, LPGENW("MRA - Providing Help"), nullptr}, {110, LPGENW("Internet"), nullptr}, {111, LPGENW("Lifestyle"), nullptr}, {112, LPGENW("Movies/TV"), nullptr}, -- cgit v1.2.3