Index: src/wp-admin/includes/update.php
===================================================================
--- src/wp-admin/includes/update.php	(revision 32784)
+++ src/wp-admin/includes/update.php	(working copy)
@@ -191,31 +191,31 @@ function core_update_footer( $msg = '' )
 
 	if ( ! isset( $cur->current ) )
 		$cur->current = '';
 
 	if ( ! isset( $cur->url ) )
 		$cur->url = '';
 
 	if ( ! isset( $cur->response ) )
 		$cur->response = '';
 
 	switch ( $cur->response ) {
 	case 'development' :
 		return sprintf( __( 'You are using a development version (%1$s). Cool! Please <a href="%2$s">stay updated</a>.' ), get_bloginfo( 'version', 'display' ), network_admin_url( 'update-core.php' ) );
 
 	case 'upgrade' :
-		return sprintf( '<strong>'.__( '<a href="%1$s">Get Version %2$s</a>' ).'</strong>', network_admin_url( 'update-core.php' ), $cur->current);
+		return sprintf( '<strong>' . __( 'Version %1$s. Please <a href="%2$s">update to %3$s</a>.' ) . '</strong>', get_bloginfo( 'version', 'display' ), network_admin_url( 'update-core.php' ), $cur->current );
 
 	case 'latest' :
 	default :
 		return sprintf( __( 'Version %s' ), get_bloginfo( 'version', 'display' ) );
 	}
 }
 
 /**
  *
  * @global string $pagenow
  * @return false|void
  */
 function update_nag() {
 	if ( is_multisite() && !current_user_can('update_core') )
 		return false;
