Make WordPress Core

Ticket #44360: 44360.wp-admin-includes-image-edit.php.diff

File 44360.wp-admin-includes-image-edit.php.diff, 847 bytes (added by bibliofille, 6 years ago)

Added translator comment in wp-admin/includes/image-edit.php

  • wp-admin/includes/image-edit.php

     
    5757                <p><?php _e( 'You can proportionally scale the original image. For best results, scaling should be done before you crop, flip, or rotate. Images can only be scaled down, not up.' ); ?></p>
    5858                </div>
    5959                <?php if ( isset( $meta['width'], $meta['height'] ) ) : ?>
    60                 <p><?php printf( __( 'Original dimensions %s' ), $meta['width'] . ' &times; ' . $meta['height'] ); ?></p>
     60                <p><?php printf(
     61                        /* translators: Original Dimensions %s: 1: width 2: times 3: height  */
     62                         __( 'Original dimensions %s' ), $meta['width'] . ' &times; ' . $meta['height'] ); ?></p>
    6163                <?php endif ?>
    6264                <div class="imgedit-submit">
    6365