Code

Fix
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 18 Nov 2005 06:28:26 +0000 (06:28 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 18 Nov 2005 06:28:26 +0000 (06:28 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@1969 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/admin/systems/class_workstationStartup.inc

index 51a6940aad952251d323e8d5ac6473127745aa92..c5ca3cced69af4ac1b745a1d9c8278a580342e18 100644 (file)
@@ -248,7 +248,7 @@ class workstartup extends plugin
       }
 
       if((isset($this->FAIclassInfo[$_POST['FAIclassesSel']]['FAIpartitionTable']))&&($found>0)){
-        print_red(_("There is already a profile in your selection that contain partition table configuratons."));
+        print_red(_("There is already a profile in your selection that contain partition table configurations."));
       }else{
         $this->FAIclass[$_POST['FAIclassesSel']]=$_POST['FAIclassesSel'];
       }