Skip to content

Commit

Permalink
Improved wording about the 2MB limit (#305)
Browse files Browse the repository at this point in the history
Some precision about the limit being applied after the image being resized.
  • Loading branch information
Screenfeed authored and remyperona committed Oct 17, 2018
1 parent 1a67f69 commit ec8ac12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/page-bulk.php
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@
<?php
printf(
/* translators: %s is a file size. */
esc_html__( 'All images greater than %s will be optimized when using a paid plan.', 'imagify' ),
esc_html__( 'All images greater than %s (after resizing, if any) will be optimized when using a paid plan.', 'imagify' ),
esc_html( imagify_size_format( get_imagify_max_image_size() ) )
);
?>
Expand Down

0 comments on commit ec8ac12

Please sign in to comment.