From a977d2268f6d7c9b3f3cfa1a8d7dc4ac08dea03d Mon Sep 17 00:00:00 2001 From: mieszkou Date: Wed, 1 Jun 2022 16:53:40 +0200 Subject: [PATCH] fix: Markdown.Editor.js - removed innactive shortcuts from help msg --- system/admin/editor/js/Markdown.Editor.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/system/admin/editor/js/Markdown.Editor.js b/system/admin/editor/js/Markdown.Editor.js index 57fdd55..a362c28 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"