Text Changes: Merge and clarify some permission error strings in the admin.

See #38857.

git-svn-id: https://develop.svn.wordpress.org/trunk@39308 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov
2016-11-19 01:37:25 +00:00
parent abfbc08c34
commit 81353e76be
3 changed files with 6 additions and 6 deletions

View File

@@ -47,7 +47,7 @@ if ( empty($option_page) ) {
if ( ! current_user_can( $capability ) ) {
wp_die(
'<h1>' . __( 'Cheatin&#8217; uh?' ) . '</h1>' .
'<p>' . __( 'Sorry, you are not allowed to manage these items.' ) . '</p>',
'<p>' . __( 'Sorry, you are not allowed to manage these options.' ) . '</p>',
403
);
}