summaryrefslogtreecommitdiffstats
path: root/dhcp_wizard
diff options
context:
space:
mode:
authorAntoine Ginies <aginies@mandriva.com>2004-03-08 11:35:23 +0000
committerAntoine Ginies <aginies@mandriva.com>2004-03-08 11:35:23 +0000
commited68e2e91b0cd795779931f64a6659a77a27b1a3 (patch)
tree280f23a1e5958945ce9bfa8e7f47828d57a65331 /dhcp_wizard
parent418ea68a9ecfa4cba313cf75ce59150f81d5ff37 (diff)
downloaddrakwizard-ed68e2e91b0cd795779931f64a6659a77a27b1a3.tar
drakwizard-ed68e2e91b0cd795779931f64a6659a77a27b1a3.tar.gz
drakwizard-ed68e2e91b0cd795779931f64a6659a77a27b1a3.tar.bz2
drakwizard-ed68e2e91b0cd795779931f64a6659a77a27b1a3.tar.xz
drakwizard-ed68e2e91b0cd795779931f64a6659a77a27b1a3.zip
typo fix (Reinout Van Schouwen)
Diffstat (limited to 'dhcp_wizard')
-rwxr-xr-xdhcp_wizard/Dhcp.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/dhcp_wizard/Dhcp.pm b/dhcp_wizard/Dhcp.pm
index 43857a6e..122a389c 100755
--- a/dhcp_wizard/Dhcp.pm
+++ b/dhcp_wizard/Dhcp.pm
@@ -61,7 +61,7 @@ $o->{pages} = {
next => 'ip_range'
},
ip_range => {
- name => N("Range of addresses used by dhcp") . "\n\n\n" . N("Select the range of addresses assigned to the workstations by the DHCP service; unless you have special needs, you can safely accept the proposed values. (ie: 192.168.100.20 192.168.100.40)") . "\n\n" . N("If You want to enable PXE in your dhcp server please check the box (Pre-boot eXecution Environment, a protocol that allow computers to boot through the network)."),
+ name => N("Range of addresses used by DHCP") . "\n\n\n" . N("Select the range of addresses assigned to the workstations by the DHCP service; unless you have special needs, you can safely accept the proposed values. (ie: 192.168.100.20 192.168.100.40)") . "\n\n" . N("If you want to enable PXE in your dhcp server please check the box (Pre-boot eXecution Environment, a protocol that allows computers to boot through the network)."),
pre => sub {
$o->{var}{ip1} ||= compute_range();
$o->{var}{ip2} ||= compute_range2();