diff --git a/scripts/langindex.json b/scripts/langindex.json index 4f883c941..be036f607 100644 --- a/scripts/langindex.json +++ b/scripts/langindex.json @@ -1692,20 +1692,20 @@ "core.downloading": "local_moodlemobileapp", "core.edit": "moodle", "core.editor.autosavesucceeded": "editor_atto", - "core.editor.bold": "atto_bold/pluginname", + "core.editor.bold": "editor", "core.editor.clear": "atto_clear/pluginname", "core.editor.h3": "atto_title", "core.editor.h4": "atto_title", "core.editor.h5": "atto_title", "core.editor.hidetoolbar": "local_moodlemobileapp", - "core.editor.italic": "atto_italic/pluginname", - "core.editor.orderedlist": "atto_orderedlist/pluginname", - "core.editor.p": "atto_title", - "core.editor.strike": "atto_strike/pluginname", + "core.editor.italic": "editor", + "core.editor.orderedlist": "editor", + "core.editor.p": "editor_tinymce/advanced:paragraph", + "core.editor.strikethrough": "editor", "core.editor.textrecovered": "editor_atto", "core.editor.toggle": "local_moodlemobileapp", - "core.editor.underline": "atto_underline/pluginname", - "core.editor.unorderedlist": "atto_unorderedlist/pluginname", + "core.editor.underline": "editor", + "core.editor.unorderedlist": "editor", "core.emptysplit": "local_moodlemobileapp", "core.endingtime": "local_moodlemobileapp", "core.endonesteptour": "tool_usertours", diff --git a/src/core/features/editor/components/rich-text-editor/core-editor-rich-text-editor.html b/src/core/features/editor/components/rich-text-editor/core-editor-rich-text-editor.html index acddfb540..2d260dbd3 100644 --- a/src/core/features/editor/components/rich-text-editor/core-editor-rich-text-editor.html +++ b/src/core/features/editor/components/rich-text-editor/core-editor-rich-text-editor.html @@ -45,7 +45,7 @@ -