From 8b50d044bda92c896ee69003ea5185376946ed08 Mon Sep 17 00:00:00 2001 From: ryan Date: Fri, 28 May 2010 16:40:13 +0000 Subject: [PATCH] Typo fix. Props vanillalounge, markmcwilliams. fixes #13593 git-svn-id: http://svn.automattic.com/wordpress/trunk@15036 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/ms-sites.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-admin/ms-sites.php b/wp-admin/ms-sites.php index 8063035605..989d2c1214 100644 --- a/wp-admin/ms-sites.php +++ b/wp-admin/ms-sites.php @@ -36,7 +36,7 @@ if ( isset( $_GET['action'] ) && 'editblog' == $_GET['action'] ) { '
  • ' . __('Backend means the Dashboard for that site') . '
  • ' . '
  • ' . __('Deactivate, Archive, and Spam which lead to confirmation screens. These actions can be reversed later by hover links attached to those sites in this table.') . '
  • ' . '
  • ' . __('Delete which is a permanent action after the confirmations screen.') . '
  • ' . - '
  • ' . __('Visit to go the the frontend site live.') . '
  • ' . + '
  • ' . __('Visit to go to the frontend site live.') . '
  • ' . '

    ' . __('The site ID is used internally, and 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.') . '

    ' . '

    ' . __('Clicking on Add Site after filling out the address, title, and email adds that new site instantly to the network and this table. You may want to then click on the hover link to edit options for that site.') . '

    ' .