summaryrefslogtreecommitdiff
path: root/src/tree_cmd.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2009-04-21 20:20:53 +0000
committerrubidium <rubidium@openttd.org>2009-04-21 20:20:53 +0000
commit2ec09d95a1c80de28d117e1905bab514ccb90b0c (patch)
treedd3c17139abb313cf267099ac8983ec711f39b19 /src/tree_cmd.cpp
parent3949050714463bf13ffb6da231019de6db22a8e5 (diff)
downloadopenttd-2ec09d95a1c80de28d117e1905bab514ccb90b0c.tar.xz
(svn r16114) -Cleanup: unify some more strings and remove some more unused strings
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;
}
}