diff --git a/wp-includes/class-wp-editor.php b/wp-includes/class-wp-editor.php index 1967ec84cc..0b62a4223b 100644 --- a/wp-includes/class-wp-editor.php +++ b/wp-includes/class-wp-editor.php @@ -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 ); /** diff --git a/wp-includes/version.php b/wp-includes/version.php index b973bb5080..a1bc89dbe5 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -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.