From 06e18e1c3973b4260ba09072b430196b00e25799 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Fri, 24 Jan 2014 21:24:48 +0000 Subject: git-svn-id: http://svn.miranda-ng.org/main/trunk@7871 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/TipperYM/src/translations.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'plugins/TipperYM/src') diff --git a/plugins/TipperYM/src/translations.cpp b/plugins/TipperYM/src/translations.cpp index c037fe8035..24276afbbe 100644 --- a/plugins/TipperYM/src/translations.cpp +++ b/plugins/TipperYM/src/translations.cpp @@ -706,7 +706,7 @@ static DBVTranslation internalTranslations[] = { WordToCountry, LPGENT("WORD to country name") }, { DwordToIp, LPGENT("DWORD to ip address") }, { DayMonthYearToDate, LPGENT("Day|Month|Year to date") }, - { DayMonthYearToAge, LPGENT("Day|Month|Year to age") }, + { DayMonthYearToAge, LPGENT("Day|Month|Year to age") }, { HoursMinutesSecondsToTime, LPGENT("Hours|Minutes|Seconds to time") }, { DmyToTimeDifference, LPGENT("Day|Month|Year|Hours|Minutes|Seconds to time difference") }, { DayMonthToDaysToNextBirthday, LPGENT("Day|Month to days to next birthday") }, @@ -725,13 +725,13 @@ static DBVTranslation internalTranslations[] = void InitTranslations() { dwNextFuncId = db_get_dw(0, MODULE_ITEMS, "NextFuncId", 1); - for (int i = 0; i < SIZEOF(internalTranslations); i++) - AddTranslation( &internalTranslations[i] ); + for (int i = 0; i < SIZEOF(internalTranslations); i++) + AddTranslation(&internalTranslations[i]); hServiceAdd = CreateServiceFunction(MS_TIPPER_ADDTRANSLATION, ServiceAddTranslation); } -void DeinitTranslations() +void DeinitTranslations() { DestroyServiceFunction(hServiceAdd); mir_free(translations); -- cgit v1.2.3