diff --git a/wp-admin/includes/ms.php b/wp-admin/includes/ms.php index ce5513588..98991ef61 100644 --- a/wp-admin/includes/ms.php +++ b/wp-admin/includes/ms.php @@ -511,7 +511,7 @@ function _access_denied_splash() { wp_die( sprintf( __( 'You attempted to access the "%1$s" dashboard, but you do not currently have privileges on this site. If you believe you should be able to access the "%1$s" dashboard, please contact your network administrator.' ), $blog_name ) ); $output = '

' . sprintf( __( 'You attempted to access the "%1$s" dashboard, but you do not currently have privileges on this site. If you believe you should be able to access the "%1$s" dashboard, please contact your network administrator.' ), $blog_name ) . '

'; - $output .= '

' . __( 'If you reached this screen by accident and meant to visit one your own sites, here are some shortcuts to help you find your way.' ) . '

'; + $output .= '

' . __( 'If you reached this screen by accident and meant to visit one of your own sites, here are some shortcuts to help you find your way.' ) . '

'; $output .= '

' . __('Your Sites') . '

'; $output .= '';