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:
nacin 2010-12-23 15:22:05 +00:00
parent ad52588e82
commit 513b0241b2
1 changed files with 1 additions and 1 deletions

View File

@ -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){};',