r1869 - trunk/data/qcsrc/server

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Tue Aug 29 05:19:04 EDT 2006


Author: div0
Date: 2006-08-29 05:19:04 -0400 (Tue, 29 Aug 2006)
New Revision: 1869

Modified:
   trunk/data/qcsrc/server/g_damage.qc
Log:
grammar fix... stupid me


Modified: trunk/data/qcsrc/server/g_damage.qc
===================================================================
--- trunk/data/qcsrc/server/g_damage.qc	2006-08-29 06:51:59 UTC (rev 1868)
+++ trunk/data/qcsrc/server/g_damage.qc	2006-08-29 09:19:04 UTC (rev 1869)
@@ -152,7 +152,7 @@
 			else if (deathtype == DEATH_CAMP)
 				bprint ("^1",s, "^1 thought he found a nice camping ground\n");
 			else if (deathtype == DEATH_MIRRORDAMAGE)
-				bprint ("^1",s, "^1 didn't became friends with the Lord of Teamplay\n");
+				bprint ("^1",s, "^1 didn't become friends with the Lord of Teamplay\n");
 			else if (deathtype != DEATH_TEAMCHANGE)
 				bprint ("^1",s, "^1 couldn't resist the urge to self-destruct\n");
 




More information about the nexuiz-commits mailing list