Fix typo noticed while working on the Python translation.
[super-star-trek.git] / src / moving.c
index f8965c2d05d2da94afaeb6407784ef23dedf1a7d..ac16dc2f31aa72fa6eb0167c6242b9e64668139e 100644 (file)
@@ -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) {