summaryrefslogtreecommitdiff
path: root/src/engine.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2009-08-04 18:04:33 +0000
committerrubidium <rubidium@openttd.org>2009-08-04 18:04:33 +0000
commit4b2592dbc05e282a651b0cb2b65ff72deced3102 (patch)
tree0f1ea5a40e65705ced5b3daa2efeee06d616a489 /src/engine.cpp
parent16e89ac4d590c42eccdbec4725d9f98cd1bec694 (diff)
downloadopenttd-4b2592dbc05e282a651b0cb2b65ff72deced3102.tar.xz
(svn r17062) -Change: unify the naming of some 125 strings
Diffstat (limited to 'src/engine.cpp')
-rw-r--r--src/engine.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine.cpp b/src/engine.cpp
index 6d1050354..85c17f3f2 100644
--- a/src/engine.cpp
+++ b/src/engine.cpp
@@ -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()