Index: branches/2.8.x/CHANGELOG
===================================================================
--- branches/2.8.x/CHANGELOG	(revision 1885)
+++ branches/2.8.x/CHANGELOG	(revision 1886)
@@ -11,6 +11,10 @@
 ! = Update/Change
 ===============================================================================
 
+12 Mar-2013 Build 1885 Dietmar Woellbrink (Luisehahne)
+! Install update, Split Step1+2 from the inputs Steps
+# Languages Typofix
+! check tables remove not needed tables 
 11 Mar-2013 Build 1885 Dietmar Woellbrink (Luisehahne)
 # protect magic setter to fix security issue in WbDatabase
 + additional arguments for Charset and TablePrefix in WbDatabase::doConnect
Index: branches/2.8.x/wb/upgrade-script.php
===================================================================
--- branches/2.8.x/wb/upgrade-script.php	(revision 1885)
+++ branches/2.8.x/wb/upgrade-script.php	(revision 1886)
@@ -74,8 +74,8 @@
 // database tables including in WB package
 $aPackage = array (
     'settings','groups','addons','pages','sections','search','users',
-    'mod_captcha_control','mod_code','mod_droplets',
-    'mod_jsadmin','mod_menu_link','mod_output_filter','mod_wrapper','mod_wysiwyg',
+    'mod_captcha_control','mod_jsadmin','mod_menu_link','mod_output_filter','mod_wrapper','mod_wysiwyg',
+//    'mod_code','mod_droplets',
 //    'mod_form_fields','mod_form_settings','mod_form_submissions',
 //    'mod_news_comments','mod_news_groups','mod_news_posts','mod_news_settings',
 );
Index: branches/2.8.x/wb/admin/pages/languages/DE.php
===================================================================
--- branches/2.8.x/wb/admin/pages/languages/DE.php	(revision 1885)
+++ branches/2.8.x/wb/admin/pages/languages/DE.php	(revision 1886)
@@ -59,7 +59,7 @@
 $TEXT['MENU_ICON_1']          = 'Menübild hover';
 $TEXT['MENU_ICON_1_DIR']      = 'Verzeichnis Menübild hover';
 $MESSAGE['PAGES_LAST_MODIFIED'] = 'Letze Änderung durch';
-$MESSAGE['PAGES_BLANK_SEO_TITLE'] = 'Bitte geben Sie einen Dateinameen ein';
+$MESSAGE['PAGES_BLANK_SEO_TITLE'] = 'Bitte geben Sie einen Dateinamen ein';
 
 $HELP['PAGE_IMAGE_DIR']  = '<p>Der aktuelle Seitenbildpfad ist<br /> <b>{{icon_dir}}</b>.</p>';
 $HELP['PAGE_IMAGE_DIR'] .='<p>Als Systemadministrator können Sie das Verzeichnis für Seiten-/Menuebilder unter <i>Optionen</i> <i>Erweiterte Optionen</i> in <i>Servereinstellung</i> ändern.</p>';
Index: branches/2.8.x/wb/admin/interface/version.php
===================================================================
--- branches/2.8.x/wb/admin/interface/version.php	(revision 1885)
+++ branches/2.8.x/wb/admin/interface/version.php	(revision 1886)
@@ -51,5 +51,5 @@
 
 // check if defined to avoid errors during installation (redirect to admin panel fails if PHP error/warnings are enabled)
 if(!defined('VERSION')) define('VERSION', '2.8.3');
-if(!defined('REVISION')) define('REVISION', '1885');
+if(!defined('REVISION')) define('REVISION', '1886');
 if(!defined('SP')) define('SP', '');
Index: branches/2.8.x/wb/install/index.php
===================================================================
--- branches/2.8.x/wb/install/index.php	(revision 1885)
+++ branches/2.8.x/wb/install/index.php	(revision 1886)
@@ -322,6 +322,8 @@
 			<td style="line-height: 0.4em;" colspan="4">&nbsp;</td>
 		</tr>
 		</table>
+<?php if($installFlag==true) { ?>
+	
 		<table summary="" cellpadding="3" cellspacing="0" >
 		<tr>
 			<td colspan="2" class="step-row"><h1 class="step-row">Step 3</h1>&nbsp;Please check URL settings, and select a default timezone and a default backend language...</td>
@@ -547,6 +549,8 @@
 			<td style="line-height: 0.4em;" colspan="2">&nbsp;</td>
 		</tr>
 		</table>
+<?php } ?>
+
 		<table summary="" cellpadding="0" cellspacing="0">
 				<tr valign="top">
 					<td><strong>Please note: &nbsp;</strong></td>
