From 622a4084fcccd5289ce3c771b3cdd183eb66f226 Mon Sep 17 00:00:00 2001 From: nacin Date: Wed, 10 Mar 2010 23:38:05 +0000 Subject: [PATCH] Fix typo, trim whitespace. see #12460 git-svn-id: http://svn.automattic.com/wordpress/trunk@13654 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/ms-edit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-admin/ms-edit.php b/wp-admin/ms-edit.php index 0a8e50321..eaa18fa45 100644 --- a/wp-admin/ms-edit.php +++ b/wp-admin/ms-edit.php @@ -334,7 +334,7 @@ switch ( $_GET['action'] ) { break; } } else { - wp_die( __('You are not allowed to change one of this sites.') ); + wp_die( __('You are not allowed to change one of these sites.') ); exit(); }; };