Make WordPress Core

Changeset 30319


Ignore:
Timestamp:
11/13/2014 12:59:03 AM (11 years ago)
Author:
azaozz
Message:

Fix typo in translatable string, see #30147.

File:
1 edited

Legend:

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

    r30318 r30319  
    958958            'Read more...' => __( 'Read more...' ), // Title on the placeholder inside the editor
    959959            'Distraction Free Writing' => __( 'Distraction Free Writing' ),
    960             'Remove Alignment' => __( 'Remove alignment' ), // Tooltip for the 'alignnone' button in the image toolbar
     960            'Remove alignment' => __( 'Remove alignment' ), // Tooltip for the 'alignnone' button in the image toolbar
    961961        );
    962962
Note: See TracChangeset for help on using the changeset viewer.