Fix typo, trim whitespace. see #12460

git-svn-id: https://develop.svn.wordpress.org/trunk@13654 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2010-03-10 23:38:05 +00:00
parent 74ece7e880
commit 10a2ebb829
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();
};
};