summaryrefslogtreecommitdiff
path: root/src/tree_cmd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/tree_cmd.cpp')
-rw-r--r--src/tree_cmd.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tree_cmd.cpp b/src/tree_cmd.cpp
index 1f778b4c7..def45f873 100644
--- a/src/tree_cmd.cpp
+++ b/src/tree_cmd.cpp
@@ -369,7 +369,7 @@ CommandCost CmdPlantTree(TileIndex tile, DoCommandFlag flags, uint32 p1, uint32
/* FALL THROUGH */
case MP_CLEAR:
if (IsBridgeAbove(tile)) {
- msg = STR_2804_SITE_UNSUITABLE;
+ msg = STR_0239_SITE_UNSUITABLE;
continue;
}
@@ -414,7 +414,7 @@ CommandCost CmdPlantTree(TileIndex tile, DoCommandFlag flags, uint32 p1, uint32
break;
default:
- msg = STR_2804_SITE_UNSUITABLE;
+ msg = STR_0239_SITE_UNSUITABLE;
break;
}
}