From 9a3dfe58152ac6838d41b45a27d0a9befa90fe5a Mon Sep 17 00:00:00 2001 From: Matt Mullenweg Date: Mon, 1 Aug 2005 20:24:11 +0000 Subject: [PATCH] Better name git-svn-id: https://develop.svn.wordpress.org/trunk@2738 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/admin-functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'),