From 1469184feb5984da73f6051fd1352679e9a9d54f Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Wed, 15 Sep 2010 18:45:40 +0000 Subject: [PATCH] fixed translation and PHP notices --- lam/lib/types/dhcp.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lam/lib/types/dhcp.inc b/lam/lib/types/dhcp.inc index 268dcd73..5142e777 100644 --- a/lam/lib/types/dhcp.inc +++ b/lam/lib/types/dhcp.inc @@ -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") ); }