Fix typo, trim whitespace. see #12460

git-svn-id: http://svn.automattic.com/wordpress/trunk@13654 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
nacin 2010-03-10 23:38:05 +00:00
parent 2d2cb240df
commit 622a4084fc
1 changed files with 1 additions and 1 deletions

View File

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