s/Upgrade WordPress/WordPress Updates/ title for GUU

git-svn-id: https://develop.svn.wordpress.org/trunk@13692 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Dion Hulse 2010-03-13 08:19:35 +00:00
parent e7b6cd83c7
commit b687c2463c
1 changed files with 1 additions and 1 deletions

View File

@ -371,7 +371,7 @@ if ( 'do-plugin-upgrade' == $action && !isset($_GET['plugins']) && !isset($_POST
$action = 'upgrade-core';
}
$title = __('Upgrade WordPress');
$title = __('WordPress Updates');
$parent_file = 'tools.php';
if ( 'upgrade-core' == $action ) {