From 497b25df66bb67b1a50e601048f3dafc79572b44 Mon Sep 17 00:00:00 2001 From: Nikolay Bachiyski Date: Fri, 24 Jun 2011 11:18:20 +0000 Subject: [PATCH] Fix typo, fixes #17868, props rasheed2 and vanillalounge git-svn-id: https://develop.svn.wordpress.org/trunk@18337 602fd350-edb4-49c9-b593-d223f7449a82 --- 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 ce55135880..98991ef618 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 .= '';