summaryrefslogtreecommitdiff
path: root/protocols/ICQ-WIM/src
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/ICQ-WIM/src')
-rw-r--r--protocols/ICQ-WIM/src/proto.cpp2
-rw-r--r--protocols/ICQ-WIM/src/server.cpp2
-rw-r--r--protocols/ICQ-WIM/src/version.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/protocols/ICQ-WIM/src/proto.cpp b/protocols/ICQ-WIM/src/proto.cpp
index 74cb47659a..cba66077db 100644
--- a/protocols/ICQ-WIM/src/proto.cpp
+++ b/protocols/ICQ-WIM/src/proto.cpp
@@ -514,7 +514,7 @@ INT_PTR CIcqProto::GetCaps(int type, MCONTACT)
break;
case PFLAG_UNIQUEIDTEXT:
- return (INT_PTR)TranslateT("UIN/e-mail/phone");
+ return (INT_PTR)TranslateT("E-mail");
}
return nReturn;
diff --git a/protocols/ICQ-WIM/src/server.cpp b/protocols/ICQ-WIM/src/server.cpp
index fa0313cd65..7f0441df45 100644
--- a/protocols/ICQ-WIM/src/server.cpp
+++ b/protocols/ICQ-WIM/src/server.cpp
@@ -226,7 +226,7 @@ void CIcqProto::ConnectionFailed(int iReason, int iErrorCode)
wcscpy_s(Popup.lpwzContactName, m_tszUserName);
switch (iReason) {
case LOGINERR_BADUSERID:
- mir_snwprintf(Popup.lpwzText, TranslateT("You have not entered a login or password.\nConfigure this in Options -> Network -> ICQ and try again."));
+ mir_snwprintf(Popup.lpwzText, TranslateT("You have not entered a login or password.\nConfigure this in Options -> Network -> MRA and try again."));
break;
case LOGINERR_WRONGPASSWORD:
mir_snwprintf(Popup.lpwzText, TranslateT("Connection failed.\nYour login or password was rejected (%d)."), iErrorCode);
diff --git a/protocols/ICQ-WIM/src/version.h b/protocols/ICQ-WIM/src/version.h
index 5ab76a1f28..404dd36ae8 100644
--- a/protocols/ICQ-WIM/src/version.h
+++ b/protocols/ICQ-WIM/src/version.h
@@ -7,7 +7,7 @@
#define __PLUGIN_NAME "ICQ-WIM protocol"
#define __FILENAME "ICQ.dll"
-#define __DESCRIPTION "ICQ protocol support for Miranda NG."
+#define __DESCRIPTION "MRA protocol support for Miranda NG."
#define __AUTHOR "George Hazan"
#define __AUTHORWEB "https://miranda-ng.org/p/ICQ"
#define __COPYRIGHT "© 2018-24 George Hazan"