Make WordPress Core


Ignore:
Timestamp:
11/19/2014 05:26:18 PM (10 years ago)
Author:
azaozz
Message:

TinyMCE: fix the tooltip for 'alignnone' button on the image toolbar. Props johnbillion, see #30147.

File:
1 edited

Legend:

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

    r30338 r30385  
    968968            'Read more...' => __( 'Read more...' ), // Title on the placeholder inside the editor
    969969            'Distraction Free Writing' => __( 'Distraction Free Writing' ),
    970             'Remove alignment' => __( 'Remove alignment' ), // Tooltip for the 'alignnone' button in the image toolbar
     970            'No alignment' => __( 'No alignment' ), // Tooltip for the 'alignnone' button in the image toolbar
    971971        );
    972972
Note: See TracChangeset for help on using the changeset viewer.