Code

Updated generic terminal services
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 24 Jan 2008 15:54:47 +0000 (15:54 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 24 Jan 2008 15:54:47 +0000 (15:54 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8596 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/goto/admin/systems/goto/class_terminalGeneric.inc

index e86144bda8637ea4e9e1080616ca5f47720d0cae..82bb857b8a7a422fcab6a2008db15e851cc3529e 100644 (file)
@@ -117,9 +117,8 @@ class termgeneric extends plugin
       }
     }
 
-    $this->modes["disabled"]= _("disabled");
-    $this->modes["text"]= _("text");
-    $this->modes["graphic"]= _("graphic");
+    $this->modes["disabled"]= _("Locked");
+    $this->modes["enabled"]= _("Activated");
 
     /* Set base */
     if ($this->dn == "new"){