projects
/
super-star-trek.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b849c5f
)
Fix typo noticed while working on the Python translation.
author
Eric S. Raymond
<esr@thyrsus.com>
Wed, 11 Oct 2006 11:17:48 +0000
(11:17 +0000)
committer
Eric S. Raymond
<esr@thyrsus.com>
Wed, 11 Oct 2006 11:17:48 +0000
(11:17 +0000)
src/moving.c
patch
|
blob
|
history
diff --git
a/src/moving.c
b/src/moving.c
index f8965c2d05d2da94afaeb6407784ef23dedf1a7d..ac16dc2f31aa72fa6eb0167c6242b9e64668139e 100644
(file)
--- 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) {