From c0a564d347f332e2c0a974faa5ea5172a9926a56 Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Mon, 13 Oct 2008 16:23:43 +0000 Subject: [PATCH] fixed typo --- lam/lib/modules/dhcp_settings.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lam/lib/modules/dhcp_settings.inc b/lam/lib/modules/dhcp_settings.inc index 4e098d0f..ac3889f5 100644 --- a/lam/lib/modules/dhcp_settings.inc +++ b/lam/lib/modules/dhcp_settings.inc @@ -142,7 +142,7 @@ class dhcp_settings extends baseModule { "Text" => _("The IP address(es) of the DNS servers. Multiple addresses are separated by \",\". Example: 192.168.0.10, 192.168.0.11") ) , 'gateway' => array( "Headline" => _("Default gateway"), - "Text" => _("Packages are sent to the default gateway if the receiver does not reside in the same network. The default gateway routes them to the target network.") + "Text" => _("Packets are sent to the default gateway if the receiver does not reside in the same network. The default gateway routes them to the target network.") ) , 'netbios' => array( "Headline" => _("Netbios name server"), "Text" => _("The IP address of the Netbios name server.")