'<p>'.__('Only use this screen once you have updated to a new version of WordPress through Dashboard > Updates. Clicking the Update Network button will step through each site in the network, five at a time, and make sure any database upgrades are applied.').'</p>'.
'<p>'.__('If a version update to core has not happened, clicking this button won’t affect anything.').'</p>'.
'<p>'.__('If this process fails for any reason, users logging in to their sites will force the same update.').'</p>'.
'<p><strong>'.__('For more information:').'</strong></p>'.
$blogs=$wpdb->get_results("SELECT * FROM {$wpdb->blogs} WHERE site_id = '{$wpdb->siteid}' AND spam = '0' AND deleted = '0' AND archived = '0' ORDER BY registered DESC LIMIT {$n}, 5",ARRAY_A);
wp_die(sprintf(__('Warning! Problem updating %1$s. Your server may not be able to connect to sites running on it. Error message: <em>%2$s</em>'),$siteurl,$response->get_error_message()));
?><p><?php _e( 'You can update all the sites on your network through this page. It works by calling the update script of each site automatically. Hit the link below to update.' ); ?></p>