(svn r14298) -Fix [FS#2214]: "{CARGO} from unknown destination".

This commit is contained in:
rubidium
2008-09-12 17:16:04 +00:00
parent 8d449825f9
commit d6bc633870
38 changed files with 2 additions and 38 deletions

View File

@@ -844,7 +844,7 @@ static char* FormatString(char* buff, const char* str, const int64* argv, uint c
/* The station doesn't exist anymore. The only place where we might
* be "drawing" an invalid station is in the case of cargo that is
* in transit. */
buff = GetStringWithArgs(buff, STR_UNKNOWN_DESTINATION, NULL, last);
buff = GetStringWithArgs(buff, STR_UNKNOWN_STATION, NULL, last);
break;
}