summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 41b08de)
raw | patch | inline | side by side (parent: 41b08de)
author | janw <janw@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 31 May 2005 11:59:09 +0000 (11:59 +0000) | ||
committer | janw <janw@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 31 May 2005 11:59:09 +0000 (11:59 +0000) |
plugins/admin/systems/class_componentGeneric.inc | patch | blob | history |
diff --git a/plugins/admin/systems/class_componentGeneric.inc b/plugins/admin/systems/class_componentGeneric.inc
index 7997978d33bcfde538544af0734ba64318419bf1..4c850812879a4e54194c56de1bca65ee42ddda26 100644 (file)
$message[]= _("The required field 'MAC-address' is not set.");
}
if ($this->ipHostNumber == "" && chkacl ($this->acl, "ipHostNumber") == ""){
- $message[]= _("The required field 'IP-address' is not set.";
+ $message[]= _("The required field 'IP-address' is not set.");
}
$ui= get_userinfo();