diff --git a/wp-admin/includes/media.php b/wp-admin/includes/media.php index 617064848a..f390e079d9 100644 --- a/wp-admin/includes/media.php +++ b/wp-admin/includes/media.php @@ -935,7 +935,7 @@ function get_attachment_fields_to_edit($post, $errors = null) { ), 'image_alt' => array(), 'post_excerpt' => array( - 'label' => __('Default Caption'), + 'label' => __('Caption'), 'input' => 'html', 'html' => wp_caption_input_textarea($edit_post) ),