Changeset 5985

Show
Ignore:
Timestamp:
08/30/07 14:41:03 (1 year ago)
Author:
markjaquith
Message:

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

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-admin/includes/update.php

    r5955 r5985  
    3333 
    3434?> 
    35 <div id="update-nag"><?php printf( __('Update Available! <a href="%s">Please upgrade now</a>.'), $cur->url ); ?></div> 
     35<div id="update-nag"><?php printf( __('A new version of WordPress is available! <a href="%s">Please update now</a>.'), $cur->url ); ?></div> 
    3636<?php 
    3737}