r4735 - trunk/data/qcsrc/menu/nexuiz

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sun Oct 12 14:01:49 EDT 2008


Author: div0
Date: 2008-10-12 14:01:48 -0400 (Sun, 12 Oct 2008)
New Revision: 4735

Modified:
   trunk/data/qcsrc/menu/nexuiz/dialog_multiplayer_playersetup.c
Log:
as the players do not use shirt/pants right, rename it to first/second color :(


Modified: trunk/data/qcsrc/menu/nexuiz/dialog_multiplayer_playersetup.c
===================================================================
--- trunk/data/qcsrc/menu/nexuiz/dialog_multiplayer_playersetup.c	2008-10-12 16:47:41 UTC (rev 4734)
+++ trunk/data/qcsrc/menu/nexuiz/dialog_multiplayer_playersetup.c	2008-10-12 18:01:48 UTC (rev 4735)
@@ -46,12 +46,12 @@
 	me.TR(me);
 	me.TR(me);
 	me.TR(me);
-		me.TD(me, 1, 1, e = makeNexuizTextLabel(0, "Shirt Color:"));
+		me.TD(me, 1, 1, e = makeNexuizTextLabel(0, "First Color:"));
 		n = 16 - !cvar("developer");
 		for(i = 0; i < n; ++i)
 			me.TDNoMargin(me, 1, 2 / n, e = makeNexuizColorButton(1, 0, i), '1 0 0');
 	me.TR(me);
-		me.TD(me, 1, 1, e = makeNexuizTextLabel(0, "Pants Color:"));
+		me.TD(me, 1, 1, e = makeNexuizTextLabel(0, "Second Color:"));
 		for(i = 0; i < n; ++i)
 			me.TDNoMargin(me, 1, 2 / n, e = makeNexuizColorButton(2, 1, i), '1 0 0');
 	me.TR(me);




More information about the nexuiz-commits mailing list