@@ -166,15 +166,15 @@ public function course_format_options($foreditform = false)
166166
167167 $ courseformatoptionsedit ['bgcolor_selected ' ] = array (
168168 'label ' => get_string ('bgcolor_selected ' , 'format_buttons ' ),
169- 'help ' => 'bgcolor ' ,
169+ 'help ' => 'bgcolor_selected ' ,
170170 'help_component ' => 'format_buttons ' ,
171171 'element_type ' => 'text ' ,
172172 'default ' => get_config ('format_buttons ' , 'bgcolor_selected ' )
173173 );
174174
175175 $ courseformatoptionsedit ['fontcolor_selected ' ] = array (
176176 'label ' => get_string ('fontcolor_selected ' , 'format_buttons ' ),
177- 'help ' => 'colorfont ' ,
177+ 'help ' => 'fontcolor_selected ' ,
178178 'help_component ' => 'format_buttons ' ,
179179 'element_type ' => 'text ' ,
180180 'default ' => get_config ('format_buttons ' , 'fontcolor_selected ' )
@@ -265,7 +265,7 @@ public function course_format_options($foreditform = false)
265265
266266 $ courseformatoptionsedit ['group_colorfont ' . ($ i + 1 )] = array (
267267 'label ' => get_string ('color_gruping ' , 'format_buttons ' , $ i + 1 ),
268- 'help ' => 'colorfont ' ,
268+ 'help ' => 'color_gruping ' ,
269269 'help_component ' => 'format_buttons ' ,
270270 'element_type ' => 'text ' ,
271271 );
0 commit comments