[mw-devel] MW3 r1039 - trunk/src
welshbyte at sucs.org
welshbyte at sucs.org
Mon Jun 16 17:22:09 BST 2008
Author: welshbyte
Date: 2008-06-16 17:22:09 +0100 (Mon, 16 Jun 2008)
New Revision: 1039
Modified:
trunk/src/user.c
Log:
Disambiguate 'Please enter name:' message.
Modified: trunk/src/user.c
===================================================================
--- trunk/src/user.c 2008-06-06 10:45:08 UTC (rev 1038)
+++ trunk/src/user.c 2008-06-16 16:22:09 UTC (rev 1039)
@@ -83,7 +83,7 @@
gstart: if (autochat)
name[0]=0;
else {
- printf(_("Please enter name: "));
+ printf(_("Please enter username: "));
get_str(name,NAMESIZE);
}
strip_name(name);
More information about the mw-devel
mailing list