Code

Added additional graphs
[gosa.git] / gosa-core / setup / class_setupStep_Welcome.inc
index 082f22c3a53ef96d905c44b1b2932b4263a773a1..9ac8ae03802493514441add20372049f15070049 100644 (file)
@@ -24,7 +24,7 @@ class Step_Welcome  extends setup_step
 {
   var $languages      = array();
   var $attributes     = array();
-  var $header_image   = "images/welcome.png";
+  var $header_image   = "images/setup/welcome.png";
 
   function Step_Welcome()
   {
@@ -37,7 +37,7 @@ class Step_Welcome  extends setup_step
   {
     $this->s_title      = _("Welcome");
     $this->s_info       = _("The welcome message");
-    $this->s_title_long = _("Welcome to GOsa setup wizard");
+    $this->s_title_long = _("Welcome to the GOsa setup assistent");
   }
   
   function execute()