Skip to content

Commit

Permalink
Text change for the block change tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
mapk committed Mar 8, 2019
1 parent 94a1068 commit 717e5a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/editor/src/components/block-switcher/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ export class BlockSwitcher extends Component {
};
const label = (
1 === blocks.length ?
__( 'Change block type' ) :
__( 'Change block type or style' ) :
sprintf(
_n(
'Change type of %d block',
Expand Down

0 comments on commit 717e5a7

Please sign in to comment.