Fix typo in translatable string, see #30147.

git-svn-id: https://develop.svn.wordpress.org/trunk@30319 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
azaozz 2014-11-13 00:59:03 +00:00
parent 307639954a
commit ca39f65025
1 changed files with 1 additions and 1 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
);
/**