From a7dd2f6a5eba8bf9705d6f8dcedf19dfae36bb05 Mon Sep 17 00:00:00 2001 From: donncha Date: Fri, 24 Oct 2008 19:35:31 +0000 Subject: Change update message to make it more MU site admin friendly git-svn-id: http://svn.automattic.com/wordpress-mu/branches/2.6@1514 7be80a69-a1ef-0310-a953-fb0f7c49ff36 --- wp-admin/includes/update.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wp-admin/includes') diff --git a/wp-admin/includes/update.php b/wp-admin/includes/update.php index ddfc10c..da1bb56 100644 --- a/wp-admin/includes/update.php +++ b/wp-admin/includes/update.php @@ -38,7 +38,7 @@ function update_nag() { return false; if ( current_user_can('manage_options') ) - $msg = sprintf( __('WordPress %2$s is available! Please update now.'), $cur->url, $cur->current ); + $msg = sprintf( __('Site Administrator: WordPress %2$s is available! A new version of WordPress MU will be available soon.'), $cur->url, $cur->current ); else $msg = sprintf( __('WordPress %2$s is available! Please notify the site administrator.'), $cur->url, $cur->current ); -- cgit