From 50e981bb5bbe7be77e167135b3aab9936fd95a4f Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Mon, 10 Jan 2005 04:03:51 +0000 Subject: [PATCH] Grammar fix. Bug 652. git-svn-id: https://develop.svn.wordpress.org/trunk@2073 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/menu.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-admin/menu.php b/wp-admin/menu.php index 72ffd205db..a8fe70c5ae 100644 --- a/wp-admin/menu.php +++ b/wp-admin/menu.php @@ -51,7 +51,7 @@ do_action('admin_menu', ''); ksort($menu); // make it all pretty if (! user_can_access_admin_page()) { - die( __('You have do not have sufficient permissions to access this page.') ); + die( __('You do not have sufficient permissions to access this page.') ); } ?>