Index: typo3/sysext/install/mod/class.tx_install.php =================================================================== --- typo3/sysext/install/mod/class.tx_install.php (Revision 10330) +++ typo3/sysext/install/mod/class.tx_install.php (Arbeitskopie) @@ -234,7 +234,7 @@ var $menuitems = array( 'config' => 'Basic Configuration', 'database' => 'Database Analyser', - 'update' => 'Update Wizard', + 'update' => 'Upgrade Wizard', 'images' => 'Image Processing', 'extConfig' => 'All Configuration', 'cleanup' => 'Clean up', @@ -826,7 +826,7 @@ fields in the database.
- 3: Update Wizard
+ 3: Upgrade Wizard
Here you will find update methods taking care of
changes to the TYPO3 core which are not backwards
@@ -6788,7 +6788,7 @@
break;
}
- $this->message('Update Wizard', $title, $content);
+ $this->message('Upgrade Wizard', $title, $content);
}
/**