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/TipperYM/src/translations.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/TipperYM/src') 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("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() -- cgit v1.2.3