From: Eric S. Raymond Date: Wed, 11 Oct 2006 11:17:48 +0000 (+0000) Subject: Fix typo noticed while working on the Python translation. X-Git-Tag: 2.0~83 X-Git-Url: https://jxself.org/git/?p=super-star-trek.git;a=commitdiff_plain;h=f92638d126c8fd17d15c91e4a6f8eb66ec9a868f;ds=sidebyside Fix typo noticed while working on the Python translation. --- diff --git a/src/moving.c b/src/moving.c index f8965c2..ac16dc2 100644 --- a/src/moving.c +++ b/src/moving.c @@ -511,7 +511,7 @@ void warp(bool timewarp) if (game.damage[DWARPEN] > 10.0) { chew(); skip(1); - prout(_("Engineer Scott- \"The impulse engines are damaged, Sir.\"")); + prout(_("Engineer Scott- \"The warp engines are damaged, Sir.\"")); return; } if (damaged(DWARPEN) && game.warpfac > 4.0) {