]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
change field name to more accurately reflect what it is
authorcyeh%bluemartini.com <>
Sat, 22 Apr 2000 01:43:53 +0000 (01:43 +0000)
committercyeh%bluemartini.com <>
Sat, 22 Apr 2000 01:43:53 +0000 (01:43 +0000)
userprefs.cgi

index 055270f0cfdc653eca5c4bda35ace3e66740f726..dd739beb83f0bc439a3fa20585ceb3aba5fd9baa 100755 (executable)
@@ -63,7 +63,7 @@ sub ShowAccount {
               qq{<input type=password name="pwd1">});
     EmitEntry("Re-enter new password", 
               qq{<input type=password name="pwd2">});
-    EmitEntry("Your username (optional)",
+    EmitEntry("Your real name (optional)",
               qq{<INPUT SIZE=35 NAME="realname" VALUE="$realname">});
 }