Help for 'use password' points to 'password' help as 'use password' had no

help.
This commit is contained in:
thepurpleblob 2005-07-06 11:13:31 +00:00
parent a46e8124eb
commit 6cb48ed312

View File

@ -334,7 +334,7 @@
<?php
$options[0] = get_string("no"); $options[1] = get_string("yes");
choose_from_menu($options, "usepassword", $form->usepassword, "");
helpbutton("usepassword", get_string("usepassword", "workshop"), "workshop");
helpbutton("password", get_string("usepassword", "workshop"), "workshop");
?>
</td>
</tr>