summaryrefslogtreecommitdiff
path: root/road_cmd.c
diff options
context:
space:
mode:
authortron <tron@openttd.org>2006-04-23 15:01:46 +0000
committertron <tron@openttd.org>2006-04-23 15:01:46 +0000
commit4ad0c3cd75eac495268b0e158a2fb38554443029 (patch)
treed14f725f796ce66c9f6a7f2f5acaccb08e3df6c0 /road_cmd.c
parent0347fb2ab67e942826523424c35ede66d27339fe (diff)
downloadopenttd-4ad0c3cd75eac495268b0e158a2fb38554443029.tar.xz
(svn r4544) Merge two almost identical string (STR_1[08]00_LAND_SLOPED_IN_WRONG_DIRECTION) - one just contains two redundant words
Diffstat (limited to 'road_cmd.c')
-rw-r--r--road_cmd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/road_cmd.c b/road_cmd.c
index 993a3ca41..b4bf40578 100644
--- a/road_cmd.c
+++ b/road_cmd.c
@@ -386,7 +386,7 @@ do_clear:;
}
ret = CheckRoadSlope(tileh, &pieces, existing);
- if (CmdFailed(ret)) return_cmd_error(STR_1800_LAND_SLOPED_IN_WRONG_DIRECTION);
+ if (CmdFailed(ret)) return_cmd_error(STR_1000_LAND_SLOPED_IN_WRONG_DIRECTION);
if (ret != 0 && (!_patches.build_on_slopes || _is_old_ai_player)) {
return CMD_ERROR;
}