From f5c99c09db91e71cdfd7cfa5a89b8605b14a1bf6 Mon Sep 17 00:00:00 2001 From: dominik Date: Sun, 19 Dec 2004 22:17:27 +0000 Subject: (svn r1178) Fix: Error message for building canals on slopes is correct --- water_cmd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/water_cmd.c b/water_cmd.c index 3e04e1491..04d6cc2c5 100644 --- a/water_cmd.c +++ b/water_cmd.c @@ -203,7 +203,7 @@ int32 CmdBuildCanal(int x, int y, uint32 flags, uint32 p1, uint32 p2) ret = 0; th = GetTileSlope(tile, NULL); if(th!=0) - return_cmd_error(STR_1000_LAND_SLOPED_IN_WRONG_DIRECTION); + return_cmd_error(STR_0007_FLAT_LAND_REQUIRED); // can't make water of water! if (IS_TILETYPE(tile, MP_WATER)) { -- cgit v1.2.3-70-g09d2