(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 16e89ac4d5
commit 4b2592dbc0
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()