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 | |
| parent | 170676e9895c58f9b29d6532ea4010e3776505ac (diff) | |
Replace ICQ by MRA
Diffstat (limited to 'plugins/TipperYM')
| -rw-r--r-- | plugins/TipperYM/docs/autoexec_tipper_items_cz.ini | 2 | ||||
| -rw-r--r-- | plugins/TipperYM/docs/autoexec_tipper_items_eng.ini | 2 | ||||
| -rw-r--r-- | plugins/TipperYM/src/translations.cpp | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/plugins/TipperYM/docs/autoexec_tipper_items_cz.ini b/plugins/TipperYM/docs/autoexec_tipper_items_cz.ini index 7cbd7c9ffc..d4ba6492d5 100644 --- a/plugins/TipperYM/docs/autoexec_tipper_items_cz.ini +++ b/plugins/TipperYM/docs/autoexec_tipper_items_cz.ini @@ -6,7 +6,7 @@ NextFuncId=d22 Trans_DWORD timestamp to time=d2
Trans_DWORD timestamp to time difference=d3
Trans_BYTE to Yes/No=d4
-Trans_BYTE to Male/Female (ICQ)=d5
+Trans_BYTE to Male/Female (MRA)=d5
Trans_WORD to country name=d6
Trans_DWORD to ip address=d7
Trans_<prefix>Day|Month|Year to date=d8
diff --git a/plugins/TipperYM/docs/autoexec_tipper_items_eng.ini b/plugins/TipperYM/docs/autoexec_tipper_items_eng.ini index 6d344f2405..7cbc3b9d94 100644 --- a/plugins/TipperYM/docs/autoexec_tipper_items_eng.ini +++ b/plugins/TipperYM/docs/autoexec_tipper_items_eng.ini @@ -6,7 +6,7 @@ NextFuncId=d22 Trans_DWORD timestamp to time=d2
Trans_DWORD timestamp to time difference=d3
Trans_BYTE to Yes/No=d4
-Trans_BYTE to Male/Female (ICQ)=d5
+Trans_BYTE to Male/Female (MRA)=d5
Trans_WORD to country name=d6
Trans_DWORD to ip address=d7
Trans_<prefix>Day|Month|Year to date=d8
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()
|
