Make WordPress Core


Ignore:
Timestamp:
05/05/2017 11:28:41 PM (8 years ago)
Author:
afercia
Message:

Accessibility: Improve the suggested image size text in the media views.

Adds pixels as unit, avoiding abbreviation for a clearer pronunciation by screen
readers. Also, adds the word by instead of the special character times.

Props Presskopp, stormrockwell.
Fixes #38932.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/media.php

    r40430 r40573  
    35453545        'cropYourImage' => __( 'Crop your image' ),
    35463546        'cropping' => __( 'Cropping…' ),
    3547         'suggestedDimensions' => __( 'Suggested image dimensions:' ),
     3547        /* translators: 1: suggested width number, 2: suggested height number. */
     3548        'suggestedDimensions' => __( 'Suggested image dimensions: %1$s by %2$s pixels.' ),
    35483549        'cropError' => __( 'There has been an error cropping your image.' ),
    35493550
Note: See TracChangeset for help on using the changeset viewer.