Add New string fixes. Fixes #15577

git-svn-id: http://svn.automattic.com/wordpress/trunk@16612 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
nbachiyski
2010-11-29 16:54:06 +00:00
parent 5e6da99d6b
commit 442de36663
4 changed files with 4 additions and 4 deletions

View File

@@ -331,7 +331,7 @@ function wp_default_scripts( &$scripts ) {
$scripts->localize( 'post', 'postL10n', array(
'tagsUsed' => __('Tags used on this post:'),
'add' => esc_attr(__('Add')),
'addTag' => esc_attr(__('Add new tag')),
'addTag' => esc_attr(__('Add new Tag')),
'separate' => __('Separate tags with commas'),
'ok' => __('OK'),
'cancel' => __('Cancel'),