diff -r 2aabf259aaf3 -r 1ce7c1597f10 src/strings.cpp --- a/src/strings.cpp Fri Sep 12 17:14:07 2008 +0000 +++ b/src/strings.cpp Fri Sep 12 17:16:04 2008 +0000 @@ -844,7 +844,7 @@ /* 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; }