diff options
author | Pablo Saratxaga <pablo@mandriva.com> | 1999-12-29 17:32:22 +0000 |
---|---|---|
committer | Pablo Saratxaga <pablo@mandriva.com> | 1999-12-29 17:32:22 +0000 |
commit | 097b6accd9b7d54f9911bad38ff0c285b62e39fd (patch) | |
tree | 2ff96be004b82ec65393d7788b8b089d62d94058 | |
parent | a2734af8115e9a2385e6ffe3406607486832f333 (diff) | |
download | drakx-097b6accd9b7d54f9911bad38ff0c285b62e39fd.tar drakx-097b6accd9b7d54f9911bad38ff0c285b62e39fd.tar.gz drakx-097b6accd9b7d54f9911bad38ff0c285b62e39fd.tar.bz2 drakx-097b6accd9b7d54f9911bad38ff0c285b62e39fd.tar.xz drakx-097b6accd9b7d54f9911bad38ff0c285b62e39fd.zip |
fixed some english strings (s/dhcpd protocol/dhcp protocol/ and
s/your network administrator/your network administrator or ISP/ )
-rw-r--r-- | perl-install/help.pm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/perl-install/help.pm b/perl-install/help.pm index 6da2f3cee..39f726274 100644 --- a/perl-install/help.pm +++ b/perl-install/help.pm @@ -173,16 +173,16 @@ your modem is connected to."), configureNetworkIP => __("Enter: - - IP address: if you don't know it, ask your network administrator. + - IP address: if you don't know it, ask your network administrator or ISP. - Netmask: \"255.255.255.0\" is generally a good choice. If you are not -sure, ask your network administrator. +sure, ask your network administrator or ISP. - - Automatic IP: If your network uses bootp or dhcpd protocol, select + - Automatic IP: If your network uses bootp or dhcp protocol, select this option. If selected, no value is needed in \"IP address\". If you are -not sure, ask your network administrator. +not sure, ask your network administrator or ISP. "), configureNetworkISP => |