s/Upgrade WordPress/WordPress Updates/ title for GUU

git-svn-id: http://svn.automattic.com/wordpress/trunk@13692 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
dd32 2010-03-13 08:19:35 +00:00
parent c4d0bd8f0c
commit 70897d7898

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 ) {