diff options
Diffstat (limited to 'plugins/TipperYM/src/translations.cpp')
-rw-r--r-- | plugins/TipperYM/src/translations.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/TipperYM/src/translations.cpp b/plugins/TipperYM/src/translations.cpp index ad98d19a5e..4b3050ce9e 100644 --- a/plugins/TipperYM/src/translations.cpp +++ b/plugins/TipperYM/src/translations.cpp @@ -704,7 +704,7 @@ static DBVTranslation internalTranslations[] = { ByteToYesNo, LPGENT("BYTE to Yes/No") },
{ ByteToGender, LPGENT("BYTE to Male/Female (ICQ)") },
{ WordToCountry, LPGENT("WORD to country name") },
- { DwordToIp, LPGENT("DWORD to ip address") },
+ { DwordToIp, LPGENT("DWORD to IP address") },
{ DayMonthYearToDate, LPGENT("<prefix>Day|Month|Year to date") },
{ DayMonthYearToAge, LPGENT("<prefix>Day|Month|Year to age") },
{ HoursMinutesSecondsToTime, LPGENT("<prefix>Hours|Minutes|Seconds to time") },
|