Mercurial > hg > openttd
diff src/engine.cpp @ 12619:2f530108f787 draft
(svn r17062) -Change: unify the naming of some 125 strings
author | rubidium <rubidium@openttd.org> |
---|---|
date | Tue, 04 Aug 2009 18:04:33 +0000 (2009-08-04) |
parents | 3fbb8c75e370 |
children | e41943276802 |
line wrap: on
line diff
--- a/src/engine.cpp +++ b/src/engine.cpp @@ -692,7 +692,7 @@ 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()