s/website/network/ on the network settings screen. props Ipstenu, fixes #20314.

git-svn-id: http://svn.automattic.com/wordpress/trunk@20442 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
nacin 2012-04-11 20:45:03 +00:00
parent 80eb4cbe9b
commit 2dd485a823
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ if ( isset( $_GET['updated'] ) ) {
<td>
<input name="site_name" type="text" id="site_name" class="regular-text" value="<?php echo esc_attr( $current_site->site_name ) ?>" />
<br />
<?php _e( 'What you would like to call this website.' ) ?>
<?php _e( 'What you would like to call this network.' ) ?>
</td>
</tr>