The internal linking dialog should be 'Add Link' not 'Save Link'. Not a new string. props jane, see #15739.
git-svn-id: http://svn.automattic.com/wordpress/trunk@17118 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
ad52588e82
commit
513b0241b2
|
@ -273,7 +273,7 @@ function wp_default_scripts( &$scripts ) {
|
|||
$scripts->add( 'wplink', "/wp-includes/js/tinymce/plugins/wplink/js/wplink$suffix.js", array('jquery'), '20101223' );
|
||||
$scripts->localize( 'wplink', 'wpLinkL10n', array(
|
||||
'update' => __('Update'),
|
||||
'save' => __('Save Link'),
|
||||
'save' => __('Add Link'),
|
||||
'noTitle' => __('(no title)'),
|
||||
'noMatchesFound' => __('No matches found.'),
|
||||
'l10n_print_after' => 'try{convertEntities(wpLinkL10n);}catch(e){};',
|
||||
|
|
Loading…
Reference in New Issue