From: cajus Date: Thu, 24 Jan 2008 15:54:47 +0000 (+0000) Subject: Updated generic terminal services X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=22a97c027d971547b42cbc2a2b0fc2f52d108261;p=gosa.git Updated generic terminal services git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8596 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-plugins/goto/admin/systems/goto/class_terminalGeneric.inc b/gosa-plugins/goto/admin/systems/goto/class_terminalGeneric.inc index e86144bda..82bb857b8 100644 --- a/gosa-plugins/goto/admin/systems/goto/class_terminalGeneric.inc +++ b/gosa-plugins/goto/admin/systems/goto/class_terminalGeneric.inc @@ -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"){