road_cmd.c
changeset 3637 c32a5d16209a
parent 3636 d87b21df2944
child 3645 86af43f87885
--- a/road_cmd.c	Sun Apr 23 13:48:16 2006 +0000
+++ b/road_cmd.c	Sun Apr 23 15:01:46 2006 +0000
@@ -386,7 +386,7 @@
 	}
 
 	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;
 	}