From 8e62707d40b9a0a78d5810158814179eb5c1d868 Mon Sep 17 00:00:00 2001 From: nacin Date: Thu, 24 Jun 2010 05:38:58 +0000 Subject: [PATCH] s/site/network/ in user-new.php. git-svn-id: http://svn.automattic.com/wordpress/trunk@15310 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 12da9e194..0ea2d94dc 100644 --- a/wp-admin/user-new.php +++ b/wp-admin/user-new.php @@ -191,7 +191,7 @@ if ( !is_multisite() ) { else echo '

' . sprintf(__('Users cannot currently register themselves, but you can manually create users here.'), admin_url('options-general.php#users_can_register')) . '

'; } else { - echo '

' . __( 'You can add new users to your site in two ways:' ) . '

  1. ' . __( 'Enter the username and email address of an existing user on this site.' ) . '
  2. ' . __( 'Enter the username and the email address of a person who is not already a member of this site. Choose the username carefully, it cannot be changed.' ) . '

'; + echo '

' . __( 'You can add new users to your site in two ways:' ) . '

  1. ' . __( 'Enter the username and email address of an existing user on this network.' ) . '
  2. ' . __( 'Enter the username and the email address of a person who is not already a member of this network. Choose the username carefully, it cannot be changed.' ) . '

'; echo '

' . __( 'That person will be sent an email asking them to click a link confirming the invite. New users will then be sent an email with a randomly generated password and a login link.' ) . '

'; } ?>