Skip to content

Commit

Permalink
fix: small typo on max sizes settings description
Browse files Browse the repository at this point in the history
  • Loading branch information
selul committed Oct 21, 2019
1 parent cbe10b8 commit 4d83dbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -612,7 +612,7 @@ private function get_dashboard_strings() {
'high_q_title' => __( 'High', 'optimole-wp' ),
'medium_q_title' => __( 'Medium', 'optimole-wp' ),
'size_title' => __( 'Resize large images.', 'optimole-wp' ),
'size_desc' => __( 'We will resize all images with sizes greater than this values.', 'optimole-wp' ),
'size_desc' => __( 'We will resize all images with sizes greater than these values.', 'optimole-wp' ),
'width_field' => __( 'Width', 'optimole-wp' ),
'height_field' => __( 'Height', 'optimole-wp' ),
'low_q_title' => __( 'Low', 'optimole-wp' ),
Expand Down

0 comments on commit 4d83dbf

Please sign in to comment.