change field name to more accurately reflect what it is

git-svn-id: svn://10.0.0.236/trunk@66728 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
cyeh%bluemartini.com
2000-04-21 18:43:53 +00:00
parent 29e39470f2
commit 278aa1a47f

View File

@@ -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">});
}