From 61c80bebcae55343d1c69ba349a1515883fff970 Mon Sep 17 00:00:00 2001 From: Mark Jaquith Date: Thu, 30 Dec 2010 16:14:41 +0000 Subject: [PATCH] s/Network Options/Settings/. props wpmuguru. Not a string change (already existed). fixes #16027 git-svn-id: https://develop.svn.wordpress.org/trunk@17178 602fd350-edb4-49c9-b593-d223f7449a82 --- 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 fe1da8f788..49440dd732 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 = __( 'Network Options' ); +$title = __( 'Settings' ); $parent_file = 'settings.php'; add_contextual_help($current_screen, @@ -45,7 +45,7 @@ if (isset($_GET['updated'])) {
-

+