diff --git a/wp-signup.php b/wp-signup.php index 7c2cb221fa..43f3ecf579 100644 --- a/wp-signup.php +++ b/wp-signup.php @@ -503,7 +503,7 @@ function confirm_blog_signup($domain, $path, $blog_title, $user_name = '', $user

The site you were looking for, %s does not exist, but you can create it now!

' ), $newblog ); + printf( '

' . __( 'The site you were looking for, %s, does not exist, but you can create it now!' ) . '

', $newblog ); else - printf( __( '

The site you were looking for, %s, does not exist.

' ), $newblog ); + printf( '

' . __( 'The site you were looking for, %s, does not exist.' ) . '

', $newblog ); } break; }