Fix one small config name.

Merged from MOODLE_18_STABLE
This commit is contained in:
stronk7
2007-02-23 00:36:17 +00:00
parent aae2743a3a
commit 7fb2c1bbd0
+1 -1
View File
@@ -263,7 +263,7 @@ echo '<fieldset>';
// User self registration
echo '<div class="form-item" id="admin-register">';
echo '<label for = "menuregister">' . get_string("selfregistration", "auth");
echo '<span class="form-shortname">register</span>';
echo '<span class="form-shortname">registerauth</span>';
echo '</label>';
choose_from_menu($registrationauths, "register", $CFG->registerauth, "");
echo '<div class="description">' . get_string("selfregistration_help", "auth") . '</div>';