]> git.mjollnir.org Git - moodle.git/commitdiff
Fix one small config name.
authorstronk7 <stronk7>
Fri, 23 Feb 2007 00:36:17 +0000 (00:36 +0000)
committerstronk7 <stronk7>
Fri, 23 Feb 2007 00:36:17 +0000 (00:36 +0000)
Merged from MOODLE_18_STABLE

admin/auth.php

index 19edb791a92a246bc2fe1fb122a407fa5a1c91ba..c30ed576eea8e894d372f651025a43d638d1856d 100644 (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>';