The internal linking dialog should be 'Add Link' not 'Save Link'. Not a new string. props jane, see #15739.

git-svn-id: https://develop.svn.wordpress.org/trunk@17118 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2010-12-23 15:22:05 +00:00
parent b6b6693135
commit 80afe4eb65

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