diff --git a/wp-admin/admin-functions.php b/wp-admin/admin-functions.php index 7b4757f7c8..252c616c70 100644 --- a/wp-admin/admin-functions.php +++ b/wp-admin/admin-functions.php @@ -1198,7 +1198,7 @@ function get_real_file_to_edit($file) { $wp_file_descriptions = array( - 'index.php' => __('Main Template'), + 'index.php' => __('Main Index Template'), 'style.css' => __('Stylesheet'), 'comments.php' => __('Comments Template'), 'comments-popup.php' => __('Popup Comments Template'),