From c830f3e3aae155ed89e861a749740b5630f7382f Mon Sep 17 00:00:00 2001 From: moodler Date: Fri, 2 Feb 2007 06:21:44 +0000 Subject: [PATCH] Added help title for switchrole help button MDL-8378 --- lib/weblib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/weblib.php b/lib/weblib.php index d3b500fc13..9623495c03 100644 --- a/lib/weblib.php +++ b/lib/weblib.php @@ -3794,7 +3794,7 @@ function switchroles_form($courseid) { return ''; // Nothing to show! } return popup_form($CFG->wwwroot.'/course/view.php?id='.$courseid.'&sesskey='.sesskey().'&switchrole=', - $roles, 'switchrole', '', get_string('switchroleto'), 'switchrole', '', true); + $roles, 'switchrole', '', get_string('switchroleto'), 'switchrole', get_string('switchroleto'), true); } else { return ''; } -- 2.39.5