(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

@@ -1312,7 +1312,7 @@ static void CrashAirplane(Aircraft *v)
StringID newsitem;
AIEventVehicleCrashed::CrashReason crash_reason;
if (st == NULL) {
newsitem = STR_PLANE_CRASH_OUT_OF_FUEL;
newsitem = STR_NEWS_PLANE_CRASH_OUT_OF_FUEL;
crash_reason = AIEventVehicleCrashed::CRASH_AIRCRAFT_NO_AIRPORT;
} else {
SetDParam(1, st->index);