Make WordPress Core

Changeset 24562


Ignore:
Timestamp:
07/05/2013 03:45:43 PM (12 years ago)
Author:
markjaquith
Message:

Instead of saying that scaling up images will result in fuzzy images, just say that it's not supported (because it isn't).

fixes #23713. props ericlewis.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/image-edit.php

    r23873 r24562  
    8383        <a class="imgedit-help-toggle" onclick="imageEdit.toggleHelp(this);return false;" href="#"><strong><?php _e('Scale Image'); ?></strong></a>
    8484        <div class="imgedit-help">
    85         <p><?php _e('You can proportionally scale the original image. For best results the scaling should be done before performing any other operations on it like crop, rotate, etc. Note that if you make the image larger it may become fuzzy.'); ?></p>
     85        <p><?php _e('You can proportionally scale the original image. For best results the scaling should be done before performing any other operations on it like crop, rotate, etc. Note that images can only be scaled down, not up.'); ?></p>
    8686        <?php if ( isset( $meta['width'], $meta['height'] ) ): ?>
    8787        <p><?php printf( __('Original dimensions %s'), $meta['width'] . '&times;' . $meta['height'] ); ?></p>
Note: See TracChangeset for help on using the changeset viewer.