(svn r17660) -Fix: StringID typo

This commit is contained in:
glx
2009-09-28 14:15:23 +00:00
parent cc3ef246fd
commit 57252e5225
53 changed files with 53 additions and 53 deletions

View File

@@ -773,7 +773,7 @@ static void DrawSmallOrderList(const Vehicle *v, int left, int right, int y)
if (order->IsType(OT_GOTO_STATION)) {
SetDParam(0, order->GetDestination());
DrawString(left, right, y, STR_TINY_BLACK_STATIONL);
DrawString(left, right, y, STR_TINY_BLACK_STATION);
y += 6;
if (++i == 4) break;