Fix typo in translatable string, see #30147.

Built from https://develop.svn.wordpress.org/trunk@30319


git-svn-id: http://core.svn.wordpress.org/trunk@30318 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrew Ozz 2014-11-13 01:00:23 +00:00
parent 69105d29e8
commit 14ae707fd6
2 changed files with 2 additions and 2 deletions

View File

@ -957,7 +957,7 @@ final class _WP_Editors {
'Insert Read More tag' => __( 'Insert Read More tag' ),
'Read more...' => __( 'Read more...' ), // Title on the placeholder inside the editor
'Distraction Free Writing' => __( 'Distraction Free Writing' ),
'Remove Alignment' => __( 'Remove alignment' ), // Tooltip for the 'alignnone' button in the image toolbar
'Remove alignment' => __( 'Remove alignment' ), // Tooltip for the 'alignnone' button in the image toolbar
);
/**

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.1-alpha-30318';
$wp_version = '4.1-alpha-30319';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.