standardising editor plugin names
AMOS BEGIN MOV [modulename,editor_textarea],[pluginname,editor_textarea] MOV [modulename,editor_tinymce],[pluginname,editor_tinymce] AMOS END
This commit is contained in:
+1
-1
@@ -109,7 +109,7 @@ switch ($action) {
|
||||
$form->set_data($data);
|
||||
$PAGE->set_pagetype('admin-editors-' . $editor);
|
||||
echo $OUTPUT->header();
|
||||
echo $OUTPUT->heading(get_string('modulename', 'editor_'.$editor));
|
||||
echo $OUTPUT->heading(get_string('pluginname', 'editor_'.$editor));
|
||||
$OUTPUT->box_start();
|
||||
$form->display();
|
||||
$OUTPUT->box_end();
|
||||
|
||||
@@ -23,4 +23,4 @@
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
*/
|
||||
|
||||
$string['modulename'] = 'Plain text area';
|
||||
$string['pluginname'] = 'Plain text area';
|
||||
|
||||
@@ -502,7 +502,7 @@ $string['media_dlg:windowlessvideo'] = 'Windowless video';
|
||||
$string['media_dlg:wmode'] = 'WMode';
|
||||
$string['media_dlg:wmp_options'] = 'Windows media player options';
|
||||
$string['media:edit'] = 'Edit embedded media';
|
||||
$string['modulename'] = 'TinyMCE HTML editor';
|
||||
$string['pluginname'] = 'TinyMCE HTML editor';
|
||||
$string['nonbreaking:nonbreaking_desc'] = 'Insert non-breaking space character';
|
||||
$string['pagebreak:desc'] = 'Insert page break.';
|
||||
$string['paste_dlg:text_linebreaks'] = 'Keep linebreaks';
|
||||
|
||||
Reference in New Issue
Block a user