Grammar fix. Bug 652.
git-svn-id: https://develop.svn.wordpress.org/trunk@2073 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
d354d81633
commit
50e981bb5b
@ -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.') );
|
||||
}
|
||||
|
||||
?>
|
||||
|
Loading…
Reference in New Issue
Block a user