Code

Updated descriptive text
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 19 Sep 2005 15:15:11 +0000 (15:15 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 19 Sep 2005 15:15:11 +0000 (15:15 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@1398 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/admin/fai/class_faiManagement.inc
plugins/admin/fai/main.inc

index 22d4e28a02668d359037e244e89efca3e60b034d..7d0c56636fcf7ac7f38790348704b10af0bcbd14 100644 (file)
@@ -360,7 +360,7 @@ class faiManagement extends plugin
                        "<div style='background:#F0F0F9;padding:5px;'>&nbsp;".
 
                        " <input type='image' src='images/fai_new_profile.png' align='middle' 
-                       title='"._("New profile bundle")."' name='Create_profile' alt='"._("P")."'>&nbsp;".
+                       title='"._("New profile")."' name='Create_profile' alt='"._("P")."'>&nbsp;".
                        
                        "<img src=\"images/list_seperator.png\" alt=\"\" align=\"middle\" height=\"16\" width=\"1\">&nbsp;".
                                
@@ -368,16 +368,16 @@ class faiManagement extends plugin
                        title='"._("New partition table")."' name='Create_partition' alt='"._("PT")."'>&nbsp;".
 
                        " <input type='image' src='images/fai_new_script.png' align='middle' 
-                       title='"._("New script bundle")."' name='Create_script' alt='"._("S")."'>&nbsp;".
+                       title='"._("New scripts")."' name='Create_script' alt='"._("S")."'>&nbsp;".
 
                        " <input type='image' src='images/fai_new_hook.png' align='middle' 
-                       title='"._("New hook bundle")."' name='Create_hook' alt='"._("H")."'>&nbsp;".
+                       title='"._("New hooks")."' name='Create_hook' alt='"._("H")."'>&nbsp;".
 
                        " <input type='image' src='images/fai_new_variable.png' align='middle' 
-                       title='"._("New variable bundle")."' name='Create_variable' alt='"._("V")."'>&nbsp;".
+                       title='"._("New variables")."' name='Create_variable' alt='"._("V")."'>&nbsp;".
                        
                        " <input type='image' src='images/fai_new_template.png' align='middle' 
-                       title='"._("New template bundle")."' name='Create_template' alt='"._("T")."'>&nbsp;".
+                       title='"._("New templates")."' name='Create_template' alt='"._("T")."'>&nbsp;".
 
                        " <input type='image' src='images/fai_new_packages.png' align='middle' 
                        title='"._("New package list")."' name='Create_package' alt='"._("PK")."'>&nbsp;".
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? */