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

git-svn-id: https://develop.svn.wordpress.org/trunk@20442 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2012-04-11 20:45:03 +00:00
parent beb1d196b3
commit c16d06c447
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>