s/Network Options/Settings/. props wpmuguru. Not a string change (already existed). fixes #16027

git-svn-id: http://svn.automattic.com/wordpress/trunk@17178 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
markjaquith 2010-12-30 16:14:41 +00:00
parent ff92f29be4
commit 52eb3e668c
1 changed files with 2 additions and 2 deletions

View File

@ -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'])) {
<div class="wrap">
<?php screen_icon('options-general'); ?>
<h2><?php _e( 'Network Options' ) ?></h2>
<h2><?php _e( 'Settings' ) ?></h2>
<form method="post" action="edit.php?action=siteoptions">
<?php wp_nonce_field( 'siteoptions' ); ?>
<h3><?php _e( 'Operational Settings' ); ?></h3>