[quake3-commits] r1884 - trunk/code/cgame
DONOTREPLY at icculus.org
DONOTREPLY at icculus.org
Tue Feb 8 19:32:11 EST 2011
Author: thilo
Date: 2011-02-08 19:32:11 -0500 (Tue, 08 Feb 2011)
New Revision: 1884
Modified:
trunk/code/cgame/cg_event.c
Log:
Brace for incoming grammar fix by DevHC!
Modified: trunk/code/cgame/cg_event.c
===================================================================
--- trunk/code/cgame/cg_event.c 2011-02-09 00:02:42 UTC (rev 1883)
+++ trunk/code/cgame/cg_event.c 2011-02-09 00:32:11 UTC (rev 1884)
@@ -188,7 +188,7 @@
if( gender == GENDER_FEMALE ) {
message = "found her prox mine";
} else if ( gender == GENDER_NEUTER ) {
- message = "found it's prox mine";
+ message = "found its prox mine";
} else {
message = "found his prox mine";
}
More information about the quake3-commits
mailing list