From: janw Date: Thu, 31 Jan 2008 13:50:54 +0000 (+0000) Subject: Fixed typo. X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=6af82541e273a95a7da80154074f1fb847ab6f02;p=gosa.git Fixed typo. Cn gets filled. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8702 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-plugins/goto/admin/systems/goto/ArpNewDevice.tpl b/gosa-plugins/goto/admin/systems/goto/ArpNewDevice.tpl index 8e4bf44ac..6ad765324 100644 --- a/gosa-plugins/goto/admin/systems/goto/ArpNewDevice.tpl +++ b/gosa-plugins/goto/admin/systems/goto/ArpNewDevice.tpl @@ -1,6 +1,6 @@

{t}Integrating unknown devices{/t}

- {t}The current device has been detected by the ARP monitor used by GOsa. You can integrate this device into your running DHCP/DNS infrastructure by submitting this form. The device entry will disapear from the list of the systems and move to the DNS/DHCP configuration.{/t} + {t}The current device has been detected by the ARP monitor used by GOsa. You can integrate this device into your running DHCP/DNS infrastructure by submitting this form. The device entry will disappear from the list of the systems and move to the DNS/DHCP configuration.{/t}

diff --git a/gosa-plugins/goto/admin/systems/goto/class_ArpNewDevice.inc b/gosa-plugins/goto/admin/systems/goto/class_ArpNewDevice.inc index 33004b8b2..7bc8128eb 100644 --- a/gosa-plugins/goto/admin/systems/goto/class_ArpNewDevice.inc +++ b/gosa-plugins/goto/admin/systems/goto/class_ArpNewDevice.inc @@ -11,7 +11,6 @@ class ArpNewDevice extends plugin function ArpNewDevice ($config, $dn= NULL, $parent= NULL) { plugin :: plugin($config,$dn); - $this->cn =""; $this->netConfigDNS = new termDNS($this->config,$this,$this->objectclasses); $this->acl = "#all#"; $this->netConfigDNS->acl = $this->acl;