diff --git a/src/wp-admin/options.php b/src/wp-admin/options.php index c07801050c..5d224f37c4 100644 --- a/src/wp-admin/options.php +++ b/src/wp-admin/options.php @@ -47,7 +47,7 @@ if ( empty( $option_page ) ) { if ( ! current_user_can( $capability ) ) { wp_die( '

' . __( 'You need a higher level of permission.' ) . '

' . - '

' . __( 'Sorry, you are not allowed to manage these options.' ) . '

', + '

' . __( 'Sorry, you are not allowed to manage options for this site.' ) . '

', 403 ); }