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:
Petr Skoda
2010-07-04 13:11:34 +00:00
parent b5e7b2bf2b
commit 2f21a283ca
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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';