|
From: <dsh...@us...> - 2007-04-01 17:22:28
|
Revision: 1171
http://svn.sourceforge.net/crawl-ref/?rev=1171&view=rev
Author: dshaligram
Date: 2007-04-01 10:22:27 -0700 (Sun, 01 Apr 2007)
Log Message:
-----------
Grammar fixes (paxed).
Modified Paths:
--------------
trunk/crawl-ref/source/monspeak.cc
Modified: trunk/crawl-ref/source/monspeak.cc
===================================================================
--- trunk/crawl-ref/source/monspeak.cc 2007-04-01 16:17:33 UTC (rev 1170)
+++ trunk/crawl-ref/source/monspeak.cc 2007-04-01 17:22:27 UTC (rev 1171)
@@ -590,7 +590,7 @@
break;
case 3:
strcat(info,
- " says, \"It's nothing personal but I have kill you.\"");
+ " says, \"It's nothing personal but I have to kill you.\"");
break;
case 5:
strcat(info, " says, \"You will never get the Orb, sorry.\"");
@@ -795,7 +795,7 @@
break;
case 7:
strcat(info,
- " shouts, \"You're disturbing me. I'll have kill you.\"");
+ " shouts, \"You're disturbing me. I'll have to kill you.\"");
break;
case 8:
strcat(info, " screams, \"You are a ghastly nuisance!\"");
@@ -1140,7 +1140,7 @@
" cries, \"You want to steal my orb collection?!\"");
break;
case 13:
- strcat(info, " sings some strange song.");
+ strcat(info, " sings a strange song.");
break;
case 14:
strcat(info, " bursts in tears.");
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|