From 214ad23474d1e2dacb2a71796ca9e6a3724cfdf3 Mon Sep 17 00:00:00 2001 From: rboren Date: Mon, 10 Jan 2005 04:03:51 +0000 Subject: [PATCH] Grammar fix. Bug 652. git-svn-id: http://svn.automattic.com/wordpress/trunk@2073 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- 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 72ffd205d..a8fe70c5a 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.') ); } ?>