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

git-svn-id: https://develop.svn.wordpress.org/trunk@5985 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Mark Jaquith 2007-08-30 14:41:03 +00:00
parent 24a23168f7
commit 46fcc70168
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 );