diff options
author | dartraiden <wowemuh@gmail.com> | 2024-06-27 01:45:57 +0300 |
---|---|---|
committer | dartraiden <wowemuh@gmail.com> | 2024-06-27 01:46:45 +0300 |
commit | a7b6dafd9b2b851d22d59576aec97a2bd53fd6f1 (patch) | |
tree | dea9f22337dd787b941e856daac05421e0ea9cdb /plugins/Scriver/src | |
parent | 170676e9895c58f9b29d6532ea4010e3776505ac (diff) |
Replace ICQ by MRA
Diffstat (limited to 'plugins/Scriver/src')
-rw-r--r-- | plugins/Scriver/src/chat_options.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Scriver/src/chat_options.cpp b/plugins/Scriver/src/chat_options.cpp index 8785129a98..d1fb83a817 100644 --- a/plugins/Scriver/src/chat_options.cpp +++ b/plugins/Scriver/src/chat_options.cpp @@ -179,7 +179,7 @@ public: L"%nick%", TranslateT("nick of current contact (if defined)"),
L"%proto%", TranslateT("protocol name of current contact (if defined). Account name is used when protocol supports multiple accounts"),
L"%accountname%", TranslateT("user-defined account name of current contact (if defined)."),
- L"%userid%", TranslateT("user ID of current contact (if defined). It is like UIN for ICQ, JID for Jabber, etc."),
+ L"%userid%", TranslateT("user ID of current contact (if defined). It is like JID for Jabber, etc."),
// global vars
L"%miranda_path%", TranslateT("path to Miranda root folder"),
L"%miranda_profilesdir%", TranslateT("path to folder containing Miranda profiles"),
|