Make WordPress Core

Changeset 12481


Ignore:
Timestamp:
12/22/2009 12:02:51 PM (14 years ago)
Author:
westi
Message:

Fix spelling mistake in tooltip for image rotation button. Fixes #11488 for trunk props computerwiz908.

File:
1 edited

Legend:

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

    r12446 r12481  
    4242    if ( function_exists('imagerotate') ) { ?>
    4343
    44         <div onclick="imageEdit.rotate(90, <?php echo "$post_id, '$nonce'"; ?>, this)" class="imgedit-rleft" title="<?php esc_attr_e( 'Rotate couter-clockwise' ); ?>"></div>
     44        <div onclick="imageEdit.rotate(90, <?php echo "$post_id, '$nonce'"; ?>, this)" class="imgedit-rleft" title="<?php esc_attr_e( 'Rotate counter-clockwise' ); ?>"></div>
    4545        <div onclick="imageEdit.rotate(-90, <?php echo "$post_id, '$nonce'"; ?>, this)" class="imgedit-rright" title="<?php esc_attr_e( 'Rotate clockwise' ); ?>"></div><?php
    4646
Note: See TracChangeset for help on using the changeset viewer.