summaryrefslogtreecommitdiff
path: root/src/station_cmd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/station_cmd.cpp')
-rw-r--r--src/station_cmd.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/station_cmd.cpp b/src/station_cmd.cpp
index 67db95643..902b1ed45 100644
--- a/src/station_cmd.cpp
+++ b/src/station_cmd.cpp
@@ -3495,7 +3495,7 @@ CommandCost ClearTile_Station(TileIndex tile, DoCommandFlag flags)
case STATION_DOCK: return_cmd_error(STR_ERROR_MUST_DEMOLISH_DOCK_FIRST);
case STATION_OILRIG:
SetDParam(1, STR_INDUSTRY_NAME_OIL_RIG);
- return_cmd_error(STR_ERROR_UNMOVABLE_OBJECT_IN_THE_WAY);
+ return_cmd_error(STR_ERROR_GENERIC_OBJECT_IN_THE_WAY);
}
}