diff options
Diffstat (limited to 'src/vehicle_gui.cpp')
-rw-r--r-- | src/vehicle_gui.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vehicle_gui.cpp b/src/vehicle_gui.cpp index f1e3101d3..806150e82 100644 --- a/src/vehicle_gui.cpp +++ b/src/vehicle_gui.cpp @@ -1990,7 +1990,7 @@ static void DrawVehicleViewWindow(Window *w) case OT_LEAVESTATION: if (v->type != VEH_AIRCRAFT) { - str = STR_882F_LOADING_UNLOADING; + str = STR_LEAVING; break; } /* fall-through if aircraft. Does this even happen? */ |