]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-admin/user-new.php
Wordpress 3.2
[autoinstalls/wordpress.git] / wp-admin / user-new.php
index b9d87256fb565fe4442aba2e8cf0cc7ad935875e..cef46a3b76cfa4e38433a7444517f668f8160ce1 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * New User Administration Panel.
+ * New User Administration Screen.
  *
  * @package WordPress
  * @subpackage Administration
@@ -31,7 +31,7 @@ Please click the following link to activate your user account:
        add_filter( 'wpmu_signup_user_notification_email', 'admin_created_user_email' );
 
        function admin_created_user_subject( $text ) {
-               return "[" . get_bloginfo('name') . "] Your site invite";
+               return sprintf( __( '[%s] Your site invite' ), get_bloginfo( 'name' ) );
        }
 }
 
@@ -146,7 +146,7 @@ add_contextual_help($current_screen,
     '<p>' . __('New users will receive an email letting them know they&#8217;ve been added as a user for your site. By default, this email will also contain their password. Uncheck the box if you don&#8217;t want the password to be included in the welcome email.') . '</p>' .
     '<p>' . __('Remember to click the Add User button at the bottom of this screen when you are finished.') . '</p>' .
     '<p><strong>' . __('For more information:') . '</strong></p>' .
-    '<p>' . __('<a href="http://codex.wordpress.org/Users_Add_New_SubPanel" target="_blank">Documentation on Adding New Users</a>') . '</p>' .
+    '<p>' . __('<a href="http://codex.wordpress.org/Users_Add_New_Screen" target="_blank">Documentation on Adding New Users</a>') . '</p>' .
     '<p>' . __('<a href="http://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>'
 );