diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2012-05-28 15:10:13 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2012-05-28 15:10:13 +0000 |
commit | f7892e2c27b96566489297ae53dee0ed3e53bd9c (patch) | |
tree | 3ef6b67f6f54c0f93f97d56b77b2db931846ca48 /plugins/TipperYM/translations.cpp | |
parent | 5eb92a399824f4657f173f81a5b681c2d7a1c2d1 (diff) |
my 5 cents
git-svn-id: http://svn.miranda-ng.org/main/trunk@214 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/TipperYM/translations.cpp')
-rw-r--r-- | plugins/TipperYM/translations.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/TipperYM/translations.cpp b/plugins/TipperYM/translations.cpp index 3251329cab..1fd6e67c39 100644 --- a/plugins/TipperYM/translations.cpp +++ b/plugins/TipperYM/translations.cpp @@ -711,7 +711,7 @@ static DBVTranslation internalTranslations[] = { WordToCountry, _T("WORD to country name") },
{ DwordToIp, _T("DWORD to ip address") },
{ DayMonthYearToDate, _T("<prefix>Day|Month|Year to date") },
- { DayMonthYearToAge, _T("<prefix>Day|Month|Year to age") },
+ { DayMonthYearToAge, _T("<prefix>Day|Month|Year to age") },
{ HoursMinutesSecondsToTime, _T("<prefix>Hours|Minutes|Seconds to time") },
{ DmyToTimeDifference, _T("<prefix>Day|Month|Year|Hours|Minutes|Seconds to time difference") },
{ DayMonthToDaysToNextBirthday, _T("<prefix>Day|Month to days to next birthday") },
|