From ed4c502e1662fe2acedd20e1304680f4afbf566d Mon Sep 17 00:00:00 2001 From: ryan Date: Fri, 30 Sep 2011 17:26:14 +0000 Subject: [PATCH] s/Settings/Network Settings/. Props wpmuguru. fixes #16027 git-svn-id: http://svn.automattic.com/wordpress/trunk@18842 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/network/settings.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-admin/network/settings.php b/wp-admin/network/settings.php index 931287a41..cdce0ed82 100644 --- a/wp-admin/network/settings.php +++ b/wp-admin/network/settings.php @@ -16,7 +16,7 @@ if ( ! is_multisite() ) if ( ! current_user_can( 'manage_network_options' ) ) wp_die( __( 'You do not have permission to access this page.' ) ); -$title = __( 'Settings' ); +$title = __( 'Network Settings' ); $parent_file = 'settings.php'; add_contextual_help( $current_screen, @@ -109,7 +109,7 @@ if ( isset( $_GET['updated'] ) ) {
-

+