TinyMCE, shortcuts help popup: do not use translatable strings for the keys.

See #31441.

git-svn-id: https://develop.svn.wordpress.org/trunk@33170 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz 2015-07-11 22:36:58 +00:00
parent 9a61e7bc6c
commit b780b94487

View File

@ -270,8 +270,8 @@ tinymce.PluginManager.add( 'wordpress', function( editor ) {
html = html +
'<p>' + __( 'When starting a new paragraph with one of these patterns followed by a space, the formatting will be applied automatically. Press Backspace or Escape to undo.' ) + '</p>' +
'<table>' +
tr({ '* or -': 'Bullet list' }) +
tr({ '1. or 1)': 'Numbered list' }) +
tr({ '*</kbd>&nbsp;<kbd>-': 'Bullet list' }) +
tr({ '1.</kbd>&nbsp;<kbd>1)': 'Numbered list' }) +
tr({ '>': 'Blockquote' }) +
tr({ '##': 'Heading 2' }) +
tr({ '###': 'Heading 3' }) +