Grammar fix. Bug 652.

git-svn-id: http://svn.automattic.com/wordpress/trunk@2073 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
rboren 2005-01-10 04:03:51 +00:00
parent 42033db227
commit 214ad23474
1 changed files with 1 additions and 1 deletions

View File

@ -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.') );
}
?>