From 429faf564a9a3a698d457888685f09fcaf1abb9c Mon Sep 17 00:00:00 2001 From: markjaquith Date: Wed, 14 Dec 2011 02:56:59 +0000 Subject: [PATCH] Fix a spelling error in user-new.php. props SergeyBiryukov. fixes #19518 git-svn-id: http://svn.automattic.com/wordpress/trunk@19595 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/user-new.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-admin/user-new.php b/wp-admin/user-new.php index 2575b46fb..94a31afe3 100644 --- a/wp-admin/user-new.php +++ b/wp-admin/user-new.php @@ -143,7 +143,7 @@ $help = '

' . __('To add a new user to your site, fill in the form on this scr if ( is_multisite() ) { $help .= '

' . __('Because this is a multisite installation, you may add accounts that already exist on the Network by specifying a username or email, and defining a role. For more options, such as specifying a password, you have to be a Network Administrator and use the hover link under an existing user’s name to Edit the user profile under Network Admin > All Users.') . '

' . - '

' . __('New users will receive an email letting them know they’ve been added as a user for your site. This email will also contain their password. Check the box if you don’t want the user to recieve a welcome email.') . '

'; + '

' . __('New users will receive an email letting them know they’ve been added as a user for your site. This email will also contain their password. Check the box if you don’t want the user to receive a welcome email.') . '

'; } else { $help .= '

' . __('You must assign a password to the new user, which they can change after logging in. The username, however, cannot be changed.') . '

' . '

' . __('New users will receive an email letting them know they’ve been added as a user for your site. By default, this email will also contain their password. Uncheck the box if you don’t want the password to be included in the welcome email.') . '

';