(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

@@ -3034,7 +3034,7 @@ static Track ChooseTrainTrack(Train *v, TileIndex tile, DiagDirection enterdir,
if (_settings_client.gui.lost_train_warn && v->owner == _local_company) {
SetDParam(0, v->index);
AddVehicleNewsItem(
STR_TRAIN_IS_LOST,
STR_NEWS_TRAIN_IS_LOST,
NS_ADVICE,
v->index
);
@@ -4395,7 +4395,7 @@ static bool TrainLocoHandler(Train *v, bool mode)
if (_settings_client.gui.lost_train_warn && v->owner == _local_company) {
SetDParam(0, v->index);
AddVehicleNewsItem(
STR_TRAIN_IS_STUCK,
STR_NEWS_TRAIN_IS_STUCK,
NS_ADVICE,
v->index
);