From d6d3724e7825ccddd64c7d1885b4bee97c81bb86 Mon Sep 17 00:00:00 2001 From: ryan Date: Fri, 29 Jul 2011 21:34:43 +0000 Subject: [PATCH] s/login/log in/. Props johnbillion. fixes #18294 git-svn-id: http://svn.automattic.com/wordpress/trunk@18486 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/ms-functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/ms-functions.php b/wp-includes/ms-functions.php index 6c1f80a18..2e05c4816 100644 --- a/wp-includes/ms-functions.php +++ b/wp-includes/ms-functions.php @@ -1826,7 +1826,7 @@ function maybe_add_existing_user_to_blog() { if ( empty( $details ) || is_wp_error( add_existing_user_to_blog( $details ) ) ) wp_die( sprintf(__('An error occurred adding you to this site. Back to the homepage.'), site_url() ) ); - wp_die( sprintf(__('You have been added to this site. Please visit the homepage or login using your username and password.'), site_url(), admin_url() ), __('Success') ); + wp_die( sprintf(__('You have been added to this site. Please visit the homepage or log in using your username and password.'), site_url(), admin_url() ), __('Success') ); } /**