diff options
author | Dart Raiden <wowemuh@gmail.com> | 2014-02-20 15:58:25 +0000 |
---|---|---|
committer | Dart Raiden <wowemuh@gmail.com> | 2014-02-20 15:58:25 +0000 |
commit | c8e03206eed8e133b707d64c787f2024b11e3fb6 (patch) | |
tree | 538b91c6db70bd76c4c0522aa5c37b174f14591d /plugins/TipperYM | |
parent | 2e868ab2d3428e5b065d32435ead9aa09da3632e (diff) |
ip -> IP
git-svn-id: http://svn.miranda-ng.org/main/trunk@8191 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/TipperYM')
-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") },
|