Use "update" language to refer to new versions. Props johnbillion. fixes #4868

git-svn-id: http://svn.automattic.com/wordpress/trunk@5985 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
markjaquith 2007-08-30 14:41:03 +00:00
parent 8790a28916
commit 88f73f7f41
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ if ( ! isset( $cur->response ) || $cur->response != 'upgrade' )
return false;
?>
<div id="update-nag"><?php printf( __('Update Available! <a href="%s">Please upgrade now</a>.'), $cur->url ); ?></div>
<div id="update-nag"><?php printf( __('A new version of WordPress is available! <a href="%s">Please update now</a>.'), $cur->url ); ?></div>
<?php
}
add_action( 'admin_notices', 'update_nag', 3 );