From 4e4c26678ec329ac27dfc800590ce0685c5cccd0 Mon Sep 17 00:00:00 2001 From: ryan Date: Tue, 14 Oct 2008 19:37:04 +0000 Subject: [PATCH] Menu renaming git-svn-id: http://svn.automattic.com/wordpress/trunk@9176 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/menu.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-admin/menu.php b/wp-admin/menu.php index 55b2a8fc6e..944253dae4 100644 --- a/wp-admin/menu.php +++ b/wp-admin/menu.php @@ -25,7 +25,7 @@ $awaiting_mod = wp_count_comments(); $awaiting_mod = $awaiting_mod->moderated; $menu[0] = array( __('Dashboard'), 'read', 'index.php', 'wp-menu-open', 'menu-dashboard', 'images/menu/home.png' ); - $submenu['index.php'][5] = array( __('Overview'), 'read' , 'index.php' ); + $submenu['index.php'][5] = array( __('Dashboard'), 'read' , 'index.php' ); $menu[4] = array( '', 'read', '', 'wp-menu-separator' ); @@ -51,7 +51,7 @@ $menu[20] = array( __('Pages'), 'edit_pages', 'page-new.php', '', 'menu-pages', $submenu['page-new.php'][15] = array( __('Edit'), 'edit_pages', 'edit-pages.php' ); $menu[25] = array( __('Comments'), 'edit_posts', 'edit-comments.php', '', 'menu-comments', 'images/menu/comments.png' ); - $submenu['edit-comments.php'][15] = array( __('Moderate'), 'edit_posts', 'edit-comments.php' ); + $submenu['edit-comments.php'][15] = array( __('Comments'), 'edit_posts', 'edit-comments.php' ); $menu[29] = array( '', 'read', '', 'wp-menu-separator' );