Code

Fixed categorie saving
[gosa.git] / plugins / admin / fai / main.inc
index 36d3c502100f1f56345efebf1ef95e3f78a54dce..61a919e15ec4a1ca9be01e1df050b5bb1e120bef 100644 (file)
@@ -35,9 +35,9 @@ if ($remove_lock){
 
        /* Page header*/
        if (isset($_SESSION['objectinfo'])){
-               $display= print_header(get_template_path('images/fai.png'), _("FAI management"), "<img alt=\"\" align=\"middle\" src=\"".get_template_path('images/closedlock.png')."\"> ".$_SESSION['objectinfo']);
+               $display= print_header(get_template_path('images/fai.png'), _("Fully Automatic Installation"), "<img alt=\"\" align=\"middle\" src=\"".get_template_path('images/closedlock.png')."\"> ".$_SESSION['objectinfo']);
        } else {
-               $display= print_header(get_template_path('images/fai.png'), _("FAI management"));
+               $display= print_header(get_template_path('images/fai.png'), _("Fully Automatic Installation"));
        }
 
        /* Reset requested? */