From 17b2091b438ad52479bd184790f426ea628ddd42 Mon Sep 17 00:00:00 2001 From: Andrew Nacin Date: Sat, 9 Oct 2010 02:11:10 +0000 Subject: [PATCH] s/Backend/Dashboard/. props markmcwilliams, fixes #14585. git-svn-id: https://develop.svn.wordpress.org/trunk@15759 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/includes/default-list-tables.php | 2 +- wp-admin/network/sites.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/wp-admin/includes/default-list-tables.php b/wp-admin/includes/default-list-tables.php index fe9709a026..1b233d455e 100644 --- a/wp-admin/includes/default-list-tables.php +++ b/wp-admin/includes/default-list-tables.php @@ -2905,7 +2905,7 @@ class WP_Sites_Table extends WP_List_Table { ); $actions['edit'] = '' . __( 'Edit' ) . ''; - $actions['backend'] = "" . __( 'Backend' ) . ''; + $actions['backend'] = "" . __( 'Dashboard' ) . ''; if ( $current_site->blog_id != $blog['blog_id'] ) { if ( get_blog_status( $blog['blog_id'], 'deleted' ) == '1' ) $actions['activate'] = '' . __( 'Activate' ) . ''; diff --git a/wp-admin/network/sites.php b/wp-admin/network/sites.php index 85abd151fd..95d233f26e 100644 --- a/wp-admin/network/sites.php +++ b/wp-admin/network/sites.php @@ -33,8 +33,8 @@ if ( isset( $_REQUEST['action'] ) && 'editblog' == $_REQUEST['action'] ) { '

' . __('Add New takes you farther down on this same page. You can search for a site by Name, ID number, or IP address. Screen Options allows you to choose how many sites to display on one page.') . '

' . '

' . __('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):') . '

' . - '