From 14ae707fd69879fc5383a89dcbcd52aa2ecc1b70 Mon Sep 17 00:00:00 2001 From: Andrew Ozz Date: Thu, 13 Nov 2014 01:00:23 +0000 Subject: [PATCH] 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 --- wp-includes/class-wp-editor.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.