mirror of
https://github.com/OpenTTD/OpenTTD
synced 2026-01-16 08:52:40 +01:00
(svn r17062) -Change: unify the naming of some 125 strings
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user