From 12c2df7b71ba00ec1f134dea18c78f9ec8d49082 Mon Sep 17 00:00:00 2001 From: sbenve <44841610+sbenve@users.noreply.github.com> Date: Tue, 7 Feb 2023 00:21:34 -0300 Subject: [PATCH] changes imported from @mieszkou https://github.com/danpros/htmly/pull/558 --- 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 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"