summaryrefslogtreecommitdiff
path: root/plugins/UserInfoEx
diff options
context:
space:
mode:
authordartraiden <wowemuh@gmail.com>2024-06-27 01:45:57 +0300
committerdartraiden <wowemuh@gmail.com>2024-06-27 01:46:45 +0300
commita7b6dafd9b2b851d22d59576aec97a2bd53fd6f1 (patch)
treedea9f22337dd787b941e856daac05421e0ea9cdb /plugins/UserInfoEx
parent170676e9895c58f9b29d6532ea4010e3776505ac (diff)
Replace ICQ by MRA
Diffstat (limited to 'plugins/UserInfoEx')
-rw-r--r--plugins/UserInfoEx/src/dlg_propsheet.cpp4
-rw-r--r--plugins/UserInfoEx/src/svc_constants.cpp4
2 files changed, 4 insertions, 4 deletions
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},