Skip to content

Commit

Permalink
fix: image quality setting description, fix #162
Browse files Browse the repository at this point in the history
  • Loading branch information
selul committed Nov 4, 2019
1 parent dd6bbd2 commit 60cbe5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions inc/admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -628,8 +628,8 @@ private function get_dashboard_strings() {
'connect_step_1' => __( 'Checking for possible conflicts.', 'optimole-wp' ),
'connect_step_2' => __( 'Inspecting the images from your site.', 'optimole-wp' ),
'connect_step_3' => __( 'All done, Optimole is currently optimizing your site.', 'optimole-wp' ),
'quality_title' => __( 'Compression level', 'optimole-wp' ),
'quality_desc' => __( 'A higher compression might result in a small loss of image quality. Select the most appropriate value for your images.', 'optimole-wp' ),
'quality_title' => __( 'Image quality', 'optimole-wp' ),
'quality_desc' => __( 'Lower image quality might not always be perceived by users and would result in a boost of your loading speed by lowering the page size. Try experimenting with the setting, then click the View sample image link to see what option works best for you.', 'optimole-wp' ),
'enabled' => __( 'Enabled', 'optimole-wp' ),
'option_saved' => __( 'Option saved.', 'optimole-wp' ),
'disabled' => __( 'Disabled', 'optimole-wp' ),
Expand Down

0 comments on commit 60cbe5e

Please sign in to comment.