diff --git a/wp-admin/ms-admin.php b/wp-admin/ms-admin.php index a28848f63a..34e629e442 100644 --- a/wp-admin/ms-admin.php +++ b/wp-admin/ms-admin.php @@ -4,7 +4,7 @@ require_once('admin.php'); if ( !is_multisite() ) wp_die( __('Multisite support is not enabled.') ); -$title = __('Site Admin'); +$title = __('Network Admin'); $parent_file = 'ms-admin.php'; function index_css() { @@ -25,7 +25,6 @@ $user_text = sprintf( _n( '%s user', '%s users', $c_users ), number_format_i18n( $blog_text = sprintf( _n( '%s blog', '%s blogs', $c_blogs ), number_format_i18n( $c_blogs ) ); $sentence = sprintf( __( 'You have %1$s and %2$s.' ), $blog_text, $user_text ); -$title = __( 'Site Admin' ); ?>
- " /> + " />
diff --git a/wp-admin/ms-sites.php b/wp-admin/ms-sites.php index 06d61a53c8..f7a2e0651a 100644 --- a/wp-admin/ms-sites.php +++ b/wp-admin/ms-sites.php @@ -4,7 +4,7 @@ require_once('admin.php'); if ( !is_multisite() ) wp_die( __('Multisite support is not enabled.') ); -$title = __('Blogs'); +$title = __('Sites'); $parent_file = 'ms-admin.php'; wp_enqueue_script( 'admin-forms' ); @@ -82,7 +82,7 @@ switch ( $action ) { ?>