Code

Fixed Translation Strings.
[gosa.git] / plugins / personal / environment / class_kioskManagementDialog.inc
index 17bd5d2f43042589b69e43588bb70c31c5a37a95..635c39fcd919afcae169fa09b414b21ecce72991 100644 (file)
@@ -76,7 +76,7 @@ class kioskManagementDialog extends plugin
         $used_by = preg_replace("/, $/","",$used_by);
 
         if(!empty($used_by)){
-          print_red(sprintf(_("Can't remove kioks profile, it is still in use by the following objects '%s'."),$used_by));
+          print_red(sprintf(_("Can't remove kiosk profile, it is still in use by the following objects '%s'."),$used_by));
         }elseif(isset($this->filesToAttach[$name])){
           unset($this->filesToAttach[$name]);
         }else{