From fb519aef7bba0049088a6784c26729fbe1ebe869 Mon Sep 17 00:00:00 2001 From: nacin Date: Wed, 27 Oct 2010 08:14:48 +0000 Subject: [PATCH] Language cleanup. props jane, scribu, fixes #14585. git-svn-id: http://svn.automattic.com/wordpress/trunk@16001 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/network/sites.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-admin/network/sites.php b/wp-admin/network/sites.php index b838e89574..db285966f3 100644 --- a/wp-admin/network/sites.php +++ b/wp-admin/network/sites.php @@ -25,9 +25,9 @@ add_contextual_help($current_screen, '

' . __('This is the main table of all sites on this network. Switch between list and excerpt views by using the icons above the right side of the table.') . '

' . '

' . __('Hovering over each site reveals seven options (three for the primary site):') . '

' . '' . '

' . __('The site ID is used internally, and is not shown on the front end of the site or to users/viewers.') . '

' . '

' . __('Clicking on bold settings can re-sort this table. The upper right icons switch between list and excerpt views.') . '

' .