Browse Source

fix: Markdown.Editor.js - removed innactive shortcuts from help msg

pull/558/head
mieszkou 3 years ago
parent
commit
a977d2268f
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      system/admin/editor/js/Markdown.Editor.js

+ 3
- 3
system/admin/editor/js/Markdown.Editor.js View File

@ -24,7 +24,7 @@
italic: "Emphasis <em> Ctrl+I",
italicexample: "emphasized text",
strikethrough: "Strikethrough <s> Ctrl+X",
strikethrough: "Strikethrough <s>",
strikethroughexample: "strikethrough text",
link: "Hyperlink <a> 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"


Loading…
Cancel
Save