diff options
-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") },
|