diff --git a/src/blocks.js b/src/blocks.js index cf77685..092e66e 100644 --- a/src/blocks.js +++ b/src/blocks.js @@ -265,7 +265,7 @@ registerBlockType( 'syntaxhighlighter/code', { wp.element.createElement( ToggleControl, { - label: __( 'Quick code', 'syntaxhighlighter' ), + label: __( 'Enable edit mode on double click', 'syntaxhighlighter' ), checked: quickCode, onChange: ( quickCode ) => setAttributes( { quickCode } ), }