Skip to content

Commit

Permalink
Use sentence case in toolbar tooltips. (#12239)
Browse files Browse the repository at this point in the history
  • Loading branch information
dimadin authored and gziolo committed Jan 25, 2019
1 parent 235a1a4 commit 40e79d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/block-library/src/gallery/edit.js
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ class GalleryEdit extends Component {
render={ ( { open } ) => (
<IconButton
className="components-toolbar__control"
label={ __( 'Edit Gallery' ) }
label={ __( 'Edit gallery' ) }
icon="edit"
onClick={ open }
/>
Expand Down
2 changes: 1 addition & 1 deletion packages/block-library/src/table/edit.js
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ export class TableEdit extends Component {
<Toolbar>
<DropdownMenu
icon="editor-table"
label={ __( 'Edit Table' ) }
label={ __( 'Edit table' ) }
controls={ this.getTableControls() }
/>
</Toolbar>
Expand Down

0 comments on commit 40e79d5

Please sign in to comment.