mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
Language bug fix [#1542]
This commit is contained in:
parent
81560b3cdc
commit
6a2a143adc
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@ function init() {
|
|||
config.height = "auto";
|
||||
|
||||
// change maximize button to minimize button
|
||||
config.btnList["popupeditor"] = [ '<?php print_string("minimize","editor");?>', '<?php echo $CFG->wwwroot ?>/lib/editor/images/fullscreen_minimize.gif', true,
|
||||
config.btnList["popupeditor"] = [ "<?php print_string("minimize","editor");?>", "<?php echo $CFG->wwwroot ?>/lib/editor/images/fullscreen_minimize.gif", true,
|
||||
function() { window.close(); } ];
|
||||
|
||||
// generate editor and resize it
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue