From 22a97c027d971547b42cbc2a2b0fc2f52d108261 Mon Sep 17 00:00:00 2001 From: cajus Date: Thu, 24 Jan 2008 15:54:47 +0000 Subject: [PATCH] Updated generic terminal services git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8596 594d385d-05f5-0310-b6e9-bd551577e9d8 --- .../goto/admin/systems/goto/class_terminalGeneric.inc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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"){ -- 2.30.2