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/TipperYM/src | |
parent | 170676e9895c58f9b29d6532ea4010e3776505ac (diff) |
Replace ICQ by MRA
Diffstat (limited to 'plugins/TipperYM/src')
-rw-r--r-- | plugins/TipperYM/src/translations.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/TipperYM/src/translations.cpp b/plugins/TipperYM/src/translations.cpp index aeba35e523..1d2e59b5c5 100644 --- a/plugins/TipperYM/src/translations.cpp +++ b/plugins/TipperYM/src/translations.cpp @@ -721,7 +721,7 @@ static DBVTranslation internalTranslations[] = { TimestampToTime, LPGENW("DWORD timestamp to time") },
{ TimestampToTimeDifference, LPGENW("DWORD timestamp to time difference") },
{ ByteToYesNo, LPGENW("BYTE to Yes/No") },
- { ByteToGender, LPGENW("BYTE to Male/Female (ICQ)") },
+ { ByteToGender, LPGENW("BYTE to Male/Female (MRA)") },
{ WordToCountry, LPGENW("WORD to country name") },
{ DwordToIp, LPGENW("DWORD to IP address") },
{ DayMonthYearToDate, LPGENW("<prefix>Day|Month|Year to date") },
@@ -738,7 +738,7 @@ static DBVTranslation internalTranslations[] = { TimezoneToTime, LPGENW("BYTE timezone to time") },
{ ByteToDay, LPGENW("WORD to name of a day (0..6, 0 is Sunday)") },
{ ByteToMonth, LPGENW("WORD to name of a month (1..12, 1 is January)") },
- { ByteToLanguage, LPGENW("BYTE to language (ICQ)") },
+ { ByteToLanguage, LPGENW("BYTE to language (MRA)") },
};
void InitTranslations()
|