TinyMCE: remove the spare string for the keyboard shortcuts modal.
See #31441. git-svn-id: https://develop.svn.wordpress.org/trunk@33509 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
662355f30c
commit
46f0c4d4e0
@ -1056,8 +1056,6 @@ final class _WP_Editors {
|
|||||||
__( 'When starting a new paragraph with one of these formatting shortcuts followed by a space, the formatting will be applied automatically. Press Backspace or Escape to undo.' ),
|
__( 'When starting a new paragraph with one of these formatting shortcuts followed by a space, the formatting will be applied automatically. Press Backspace or Escape to undo.' ),
|
||||||
'The following formatting shortcuts are replaced when pressing Enter. Press Escape or the Undo button to undo.' =>
|
'The following formatting shortcuts are replaced when pressing Enter. Press Escape or the Undo button to undo.' =>
|
||||||
__( 'The following formatting shortcuts are replaced when pressing Enter. Press Escape or the Undo button to undo.' ),
|
__( 'The following formatting shortcuts are replaced when pressing Enter. Press Escape or the Undo button to undo.' ),
|
||||||
'The following formatting shortcuts are replaced when pressing Enter.' =>
|
|
||||||
__( 'The following formatting shortcuts are replaced when pressing Enter.' ),
|
|
||||||
);
|
);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user