Index: typo3/sysext/install/mod/class.tx_install.php =================================================================== --- typo3/sysext/install/mod/class.tx_install.php (revision 6223) +++ typo3/sysext/install/mod/class.tx_install.php (working copy) @@ -4011,6 +4011,16 @@ } else { $content = 'No updates to perform!'; } + $content .= '
+
+

Final Step

+

When all updates are done you should check your database for required updates.
+ Perform COMPARE DATABASE as often until no more changes are required.

+ +

+
+
'; break; case 'getUserInput': // second step - get user input and ask for final confirmation $title = 'Step 2 - Configuration of updates';