Code

Added rfc2307bis
[gosa.git] / setup / class_setupStep_Config3.inc
index 7eb549101daa9846cc95c2da450790cb8b8d1af6..c5d37d95a1a887327643ef4e41e197df3a4b073b 100644 (file)
@@ -22,6 +22,7 @@
 
 class Step_Config3 extends setup_step
 {
+  var $header_image= "images/ldap.png";
   var $optional = array(
               "strict_units" => false,
               "forceglobals" => true,
@@ -71,8 +72,8 @@ class Step_Config3 extends setup_step
   function update_strings()
   {
     $this->s_title      = _("GOsa settings 3/3");
-    $this->s_title_long = _("GOsa generic settings, page 3/3");
-    $this->s_info       = _("This dialog allows you to setup GOsa behaviour");
+    $this->s_title_long = _("GOsa settings 3/3");
+    $this->s_info       = _("Tweak some GOsa core behaviour");
   }