diff --git a/system/admin/editor/js/Markdown.Editor.js b/system/admin/editor/js/Markdown.Editor.js index 57fdd556..a362c28d 100644 --- a/system/admin/editor/js/Markdown.Editor.js +++ b/system/admin/editor/js/Markdown.Editor.js @@ -24,7 +24,7 @@ italic: "Emphasis Ctrl+I", italicexample: "emphasized text", - strikethrough: "Strikethrough Ctrl+X", + strikethrough: "Strikethrough ", strikethroughexample: "strikethrough text", link: "Hyperlink Ctrl+L", @@ -54,8 +54,8 @@ table: "Table - Ctrl+J", - undo: "Undo - Ctrl+Z", - redo: "Redo - Ctrl+Y", + undo: "Undo", + redo: "Redo", redomac: "Redo - Ctrl+Shift+Z", help: "Markdown Editing Help"