summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-04-01 17:22:27 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-04-01 17:22:27 +0000
commit1a9ca6208e6e4955798de76161884bc4c8fd119c (patch)
treea16f9e3b895b88d4d42998849a0494f316859876
parent0cf6b82ebfe4d9db9171e426c39bac61aa932b77 (diff)
downloadcrawl-ref-1a9ca6208e6e4955798de76161884bc4c8fd119c.tar.gz
crawl-ref-1a9ca6208e6e4955798de76161884bc4c8fd119c.zip
Grammar fixes (paxed).
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1171 c06c8d41-db1a-0410-9941-cceddc491573
-rw-r--r--crawl-ref/source/monspeak.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/crawl-ref/source/monspeak.cc b/crawl-ref/source/monspeak.cc
index 6ba349d4b0..5b511530ef 100644
--- a/crawl-ref/source/monspeak.cc
+++ b/crawl-ref/source/monspeak.cc
@@ -590,7 +590,7 @@ bool mons_speaks(struct monsters *monster)
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 @@ bool mons_speaks(struct monsters *monster)
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 @@ bool mons_speaks(struct monsters *monster)
" 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.");