]> git.mjollnir.org Git - moodle.git/commitdiff
Added help title for switchrole help button MDL-8378
authormoodler <moodler>
Fri, 2 Feb 2007 06:21:44 +0000 (06:21 +0000)
committermoodler <moodler>
Fri, 2 Feb 2007 06:21:44 +0000 (06:21 +0000)
lib/weblib.php

index d3b500fc1371908b07e1bf555ec0c76d65a0014a..9623495c03a12d447b417d98204aac4b4614e85e 100644 (file)
@@ -3794,7 +3794,7 @@ function switchroles_form($courseid) {
                 return '';   // Nothing to show!
             }
             return popup_form($CFG->wwwroot.'/course/view.php?id='.$courseid.'&amp;sesskey='.sesskey().'&amp;switchrole=',
-                              $roles, 'switchrole', '', get_string('switchroleto'), 'switchrole', '', true);
+                              $roles, 'switchrole', '', get_string('switchroleto'), 'switchrole', get_string('switchroleto'), true);
         } else {
             return '';
         }