mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-34955 fix missing string
This commit is contained in:
parent
0b7858221c
commit
883ecce0e9
1 changed files with 1 additions and 1 deletions
|
@ -163,7 +163,7 @@ class tiynce_subplugins_settings extends admin_setting {
|
||||||
|
|
||||||
$subplugins = get_plugin_list('tinymce');
|
$subplugins = get_plugin_list('tinymce');
|
||||||
|
|
||||||
$return = $OUTPUT->heading(get_string('subplugins', 'editor_tinymce'), 3, 'main', true);
|
$return = $OUTPUT->heading(get_string('subplugintype_tinymce_plural', 'editor_tinymce'), 3, 'main', true);
|
||||||
$return .= $OUTPUT->box_start('generalbox tinymcesubplugins');
|
$return .= $OUTPUT->box_start('generalbox tinymcesubplugins');
|
||||||
|
|
||||||
$table = new html_table();
|
$table = new html_table();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue