change field name to more accurately reflect what it is

This commit is contained in:
cyeh%bluemartini.com 2000-04-21 18:43:53 +00:00
Родитель 0ae977da43
Коммит 04039722be
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

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