
Hello!
Error is in
ux/form/field/tinymce/themes/advanced/editor_template.js
In editor_template_src.js it's in line 1451
I think that
ed.windowManager.confirm('advanced.newdocument', function(s) {...
must be something like this
ed.windowManager.confirm(ed.translate('advanced.newdocument'), function(s) {
Thank you.