summaryrefslogtreecommitdiffstats
path: root/wp-admin/wpmu-options.php
diff options
context:
space:
mode:
Diffstat (limited to 'wp-admin/wpmu-options.php')
-rw-r--r--wp-admin/wpmu-options.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/wp-admin/wpmu-options.php b/wp-admin/wpmu-options.php
index 676667d..76827de 100644
--- a/wp-admin/wpmu-options.php
+++ b/wp-admin/wpmu-options.php
@@ -78,7 +78,7 @@ if (isset($_GET['updated'])) {
<th scope="row"><?php _e('Site Admins:') ?></th>
<td><input name="site_admins" type="text" id="site_admins" style="width: 95%" value="<?php echo implode( " ", get_site_option( 'site_admins', array( 'admin' ) ) ) ?>" size="45" />
<br />
- <?php _e('These users may login to the main blog and administer the site.') ?></td>
+ <?php _e('These users may login to the main blog and administer the site. Space separated list of usernames.') ?></td>
</tr>
</table>
</fieldset>