Make WordPress Core

Changeset 12482


Ignore:
Timestamp:
12/22/2009 12:05:28 PM (15 years ago)
Author:
westi
Message:

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

File:
1 edited

Legend:

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

    r12447 r12482  
    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.