Fix typo in translation. Fixes #13872 props Angeloverona.

git-svn-id: https://develop.svn.wordpress.org/trunk@15244 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Peter Westwood 2010-06-13 16:19:04 +00:00
parent 35e4e2e6c5
commit 7eddc7a833
1 changed files with 1 additions and 1 deletions

View File

@ -537,7 +537,7 @@ switch ( $_GET['action'] ) {
case 'spam':
$user = new WP_User( $val );
if ( in_array( $user->user_login, get_super_admins() ) )
wp_die( sprintf( __( 'Warning! User cannot be modified. The user %s is a network admnistrator.' ), esc_html( $user->user_login ) ) );
wp_die( sprintf( __( 'Warning! User cannot be modified. The user %s is a network administrator.' ), esc_html( $user->user_login ) ) );
$userfunction = 'all_spam';
$blogs = get_blogs_of_user( $val, true );