diff options
Diffstat (limited to 'src/strings.cpp')
-rw-r--r-- | src/strings.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/strings.cpp b/src/strings.cpp index f12b4beee..d8522be25 100644 --- a/src/strings.cpp +++ b/src/strings.cpp @@ -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; } |