fixed translation and PHP notices

This commit is contained in:
Roland Gruber 2010-09-15 18:45:40 +00:00
parent 7a095db1c8
commit 1469184feb
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ class dhcp extends baseType {
return array (
"cn" => _("Subnet"),
"dhcprange" => _("Ranges"),
"fixed_ips" => _("Fixed IP address / MAC address / description")
"fixed_ips" => _("IP address") . ' / ' . _('MAC address') . ' / ' . _("Description")
);
}