Grammar fix. Bug 652.

git-svn-id: https://develop.svn.wordpress.org/trunk@2073 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2005-01-10 04:03:51 +00:00
parent d354d81633
commit 50e981bb5b
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.') );
}
?>