Add New string fixes. Fixes #15577

git-svn-id: https://develop.svn.wordpress.org/trunk@16612 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Nikolay Bachiyski
2010-11-29 16:54:06 +00:00
parent 596e652f2e
commit a643a8f79d
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'),