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(); }; };