r5994 - trunk/data/qcsrc/server

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Thu Feb 26 15:48:52 EST 2009


Author: m0rfar
Date: 2009-02-26 15:48:52 -0500 (Thu, 26 Feb 2009)
New Revision: 5994

Modified:
   trunk/data/qcsrc/server/vote.qc
Log:
a typo

Modified: trunk/data/qcsrc/server/vote.qc
===================================================================
--- trunk/data/qcsrc/server/vote.qc	2009-02-26 20:27:14 UTC (rev 5993)
+++ trunk/data/qcsrc/server/vote.qc	2009-02-26 20:48:52 UTC (rev 5994)
@@ -148,7 +148,7 @@
 		return TRUE;
 	} else if(argv(0) == "vote") {
 		if(argv(1) == "") {
-			print_to(e, "^1You have to supply a vote command. 'vhelp' for more info.");
+			print_to(e, "^1You have to supply a vote command. See 'vhelp' for more info.");
 		} else if(argv(1) == "help") {
 			VoteHelp(e);
 		} else if(argv(1) == "status") {




More information about the nexuiz-commits mailing list