(svn r16114) -Cleanup: unify some more strings and remove some more unused strings

This commit is contained in:
rubidium
2009-04-21 20:20:53 +00:00
parent 3949050714
commit 2ec09d95a1
55 changed files with 11 additions and 199 deletions

View File

@@ -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;
}
}