Skip to content

Commit

Permalink
Clarify quote style message
Browse files Browse the repository at this point in the history
  • Loading branch information
nylen committed Apr 21, 2017
1 parent 968ec56 commit 33e7ef9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion blocks/library/quote/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ registerBlock( 'core/quote', {

controls: [ 1, 2 ].map( ( variation ) => ( {
icon: 'format-quote',
title: wp.i18n.sprintf( wp.i18n.__( 'Quote %d' ), variation ),
title: wp.i18n.sprintf( wp.i18n.__( 'Quote style %d' ), variation ),
isActive: ( { style = 1 } ) => +style === +variation,
onClick( attributes, setAttributes ) {
setAttributes( { style: variation } );
Expand Down
2 changes: 1 addition & 1 deletion languages/gutenberg.pot
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ msgid "Quote"
msgstr ""

#: blocks/library/quote/index.js:25
msgid "Quote %d"
msgid "Quote style %d"
msgstr ""

#: blocks/library/text/index.js:13
Expand Down

0 comments on commit 33e7ef9

Please sign in to comment.