sbenve 2 years ago
committed by GitHub
parent
commit
12c2df7b71
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
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", italic: "Emphasis <em> Ctrl+I",
italicexample: "emphasized text", italicexample: "emphasized text",
strikethrough: "Strikethrough <s> Ctrl+X",
strikethrough: "Strikethrough <s>",
strikethroughexample: "strikethrough text", strikethroughexample: "strikethrough text",
link: "Hyperlink <a> Ctrl+L", link: "Hyperlink <a> Ctrl+L",
@ -54,8 +54,8 @@
table: "Table - Ctrl+J", table: "Table - Ctrl+J",
undo: "Undo - Ctrl+Z",
redo: "Redo - Ctrl+Y",
undo: "Undo",
redo: "Redo",
redomac: "Redo - Ctrl+Shift+Z", redomac: "Redo - Ctrl+Shift+Z",
help: "Markdown Editing Help" help: "Markdown Editing Help"


Loading…
Cancel
Save