summaryrefslogtreecommitdiff
path: root/src/vehicle_gui.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/vehicle_gui.cpp')
-rw-r--r--src/vehicle_gui.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/vehicle_gui.cpp b/src/vehicle_gui.cpp
index ea2d15672..e6f26237f 100644
--- a/src/vehicle_gui.cpp
+++ b/src/vehicle_gui.cpp
@@ -968,13 +968,13 @@ struct VehicleListWindow : public BaseVehicleListWindow {
break;
case VLW_WAYPOINT_LIST:
- SetDParam(0, STR_WAYPOINT_RAW);
+ SetDParam(0, STR_WAYPOINT_NAME);
SetDParam(1, index);
SetDParam(2, this->vscroll.count);
break;
case VLW_STATION_LIST: // Station Name
- SetDParam(0, STR_STATION);
+ SetDParam(0, STR_STATION_NAME);
SetDParam(1, index);
SetDParam(2, this->vscroll.count);
break;