mirror of
https://github.com/moodle/moodle.git
synced 2025-02-15 21:36:58 +01:00
Help for 'use password' points to 'password' help as 'use password' had no
help.
This commit is contained in:
parent
a46e8124eb
commit
6cb48ed312
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user