(svn r17062) -Change: unify the naming of some 125 strings

This commit is contained in:
rubidium
2009-08-04 18:04:33 +00:00
parent 8aff0c2704
commit 5bb7b8ad35
72 changed files with 5711 additions and 5711 deletions

View File

@@ -692,7 +692,7 @@ static void NewVehicleAvailable(Engine *e)
SetDParam(0, GetEngineCategoryName(index));
SetDParam(1, index);
AddNewsItem(STR_NEW_VEHICLE_NOW_AVAILABLE_WITH_TYPE, NS_NEW_VEHICLES, NR_ENGINE, index);
AddNewsItem(STR_NEWS_NEW_VEHICLE_NOW_AVAILABLE_WITH_TYPE, NS_NEW_VEHICLES, NR_ENGINE, index);
}
void EnginesMonthlyLoop()