From d62ae6b3683cf86f12091ddb88391dca63bb7907 Mon Sep 17 00:00:00 2001 From: matt Date: Mon, 1 Aug 2005 20:24:11 +0000 Subject: [PATCH] Better name git-svn-id: http://svn.automattic.com/wordpress/trunk@2738 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- 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 7b4757f7c..252c616c7 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'),