Skip to content

Commit

Permalink
I18n: Consolidate similar strings (#8708)
Browse files Browse the repository at this point in the history
  • Loading branch information
dimadin authored and youknowriad committed Aug 8, 2018
1 parent a529cc3 commit 0023eea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core-blocks/gallery/edit.js
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ class GalleryEdit extends Component {
help={ this.getImageCropHelp }
/>
<SelectControl
label={ __( 'Link to' ) }
label={ __( 'Link To' ) }
value={ linkTo }
onChange={ this.setLinkTo }
options={ linkOptions }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ class FormatToolbar extends Component {
const linkSettings = settingsVisible && (
<div className="editor-format-toolbar__link-modal-line editor-format-toolbar__link-settings">
<ToggleControl
label={ __( 'Open in new window' ) }
label={ __( 'Open in New Window' ) }
checked={ opensInNewWindow }
onChange={ this.setLinkTarget } />
</div>
Expand Down

0 comments on commit 0023eea

Please sign in to comment.