(svn r21506) -Codechange: rename the train/vehicle lost warning strings to be more generic

This commit is contained in:
rubidium
2010-12-13 21:53:54 +00:00
parent 2d661c3e84
commit b362f3aee9
3 changed files with 4 additions and 4 deletions

View File

@@ -2420,7 +2420,7 @@ static Track ChooseTrainTrack(Train *v, TileIndex tile, DiagDirection enterdir,
if (_settings_client.gui.lost_vehicle_warn && v->owner == _local_company) {
SetDParam(0, v->index);
AddVehicleNewsItem(
STR_NEWS_TRAIN_IS_LOST,
STR_NEWS_VEHICLE_IS_LOST,
NS_ADVICE,
v->index
);