From 28c4d5b843054b4020ae18c5edecfca721c9d401 Mon Sep 17 00:00:00 2001 From: lars Date: Mon, 7 Apr 2008 02:41:51 +0000 Subject: [PATCH] fix typo --- plugins/network/language.hdf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/plugins/network/language.hdf b/plugins/network/language.hdf index ef55b65..dd5714e 100644 --- a/plugins/network/language.hdf +++ b/plugins/network/language.hdf @@ -17,7 +17,7 @@ Text { } Button { - DHCP = Recieve network settings + DHCP = Receive network settings Network = Change server address Gateway = Change default gateway } @@ -25,7 +25,7 @@ Button { Help { Network = Insert the network address of the CryptoNAS server, the network mask and the default gateway. Be aware that you may lose your connection to the server under some circumstances. The actual values are visible in the form fields. Gateway = If you have a gateway in your LAN and want to make use of it, type it's address in here. It will be added as default route. A quadruple of zeros means, there is no gateway set. - DHCP = If you enable automatic network configuration make sure you have a well configured DHCP server running. All former network settings will be overridden by the settings from the DHCP server. Remember you need to know which network address the CryptoNAS will recieve, otherwise you won't know where to connect to. If you don't know what DHCP means leave this box unchecked. + DHCP = If you enable automatic network configuration make sure you have a well configured DHCP server running. All former network settings will be overridden by the settings from the DHCP server. Remember you need to know which network address the CryptoNAS will receive, otherwise you won't know where to connect to. If you don't know what DHCP means leave this box unchecked. } WarningMessage { @@ -60,7 +60,7 @@ WarningMessage { } DHCPNotRunning { Title = DHCP Failure - Text = The network settings couldn't be recieved. + Text = The network settings couldn't be received. } DHCPNotFound { Title = DHCP program missing @@ -78,7 +78,7 @@ SuccessMessage { Text = The gateway was added to your default route. } DHCPRunning { - Title = Recieving network settings + Title = Receiving network settings Text = In a few seconds you can connect to the address provided by dhcp. } }