From 7272eff0b290b406b1fbc40e775e7f291a58f461 Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Tue, 14 Oct 2008 19:37:04 +0000 Subject: [PATCH] Menu renaming git-svn-id: https://develop.svn.wordpress.org/trunk@9176 602fd350-edb4-49c9-b593-d223f7449a82 --- 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' );