Skip to content

Commit

Permalink
Make images plural
Browse files Browse the repository at this point in the history
  • Loading branch information
richtabor committed Mar 14, 2023
1 parent 7764547 commit 28fc5c7
Showing 1 changed file with 1 addition and 1 deletion.
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 @@ -592,7 +592,7 @@ function GalleryEdit( props ) {
__nextHasNoMarginBottom
label={ __( 'Image size' ) }
help={ __(
'Select the size of the source image.'
'Select the size of the source images.'
) }
value={ sizeSlug }
options={ imageSizeOptions }
Expand Down

0 comments on commit 28fc5c7

Please sign in to comment.