Grammar fix. Bug 652.
git-svn-id: http://svn.automattic.com/wordpress/trunk@2073 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
42033db227
commit
214ad23474
|
@ -51,7 +51,7 @@ do_action('admin_menu', '');
|
||||||
ksort($menu); // make it all pretty
|
ksort($menu); // make it all pretty
|
||||||
|
|
||||||
if (! user_can_access_admin_page()) {
|
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