From f76ad7a71aac5f6cd0d45269bb2a1e1c60edaead Mon Sep 17 00:00:00 2001 From: nbachiyski Date: Fri, 24 Jun 2011 11:18:20 +0000 Subject: [PATCH] Fix typo, fixes #17868, props rasheed2 and vanillalounge git-svn-id: http://svn.automattic.com/wordpress/trunk@18337 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/includes/ms.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 .= '';