summaryrefslogtreecommitdiffstats
path: root/client_wizard
diff options
context:
space:
mode:
authorPablo Saratxaga <pablo@mandriva.com>2004-02-16 21:45:34 +0000
committerPablo Saratxaga <pablo@mandriva.com>2004-02-16 21:45:34 +0000
commitede0d432c433e793c8abec097f25ff6d6ddce8d7 (patch)
treed4f7fee14b6893faa2cfd6a7081443fdcf53e55a /client_wizard
parentbf6a742963ddf5d4df58fa71546f73fb21928ae7 (diff)
downloaddrakwizard-ede0d432c433e793c8abec097f25ff6d6ddce8d7.tar
drakwizard-ede0d432c433e793c8abec097f25ff6d6ddce8d7.tar.gz
drakwizard-ede0d432c433e793c8abec097f25ff6d6ddce8d7.tar.bz2
drakwizard-ede0d432c433e793c8abec097f25ff6d6ddce8d7.tar.xz
drakwizard-ede0d432c433e793c8abec097f25ff6d6ddce8d7.zip
fixed typo
Diffstat (limited to 'client_wizard')
-rwxr-xr-xclient_wizard/Bind_client.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/client_wizard/Bind_client.pm b/client_wizard/Bind_client.pm
index bfd1c675..81456894 100755
--- a/client_wizard/Bind_client.pm
+++ b/client_wizard/Bind_client.pm
@@ -52,7 +52,7 @@ my $o = {
$o->{pages} = {
welcome => {
- name => N("DNS Client Wizard") . "\n\n" . N("A client of your local network is a machine connected to the network having its own name and IP address.") . "\n\n" . N("This wizard will help you in adding a new client in your local DNS.") . "\n\n" . N("The server will use the informations you enter here to make the name of the client available to other machines into your network.") . "\n\n" . N("Press next to begin, or Cancel to leave this wizard."),
+ name => N("DNS Client Wizard") . "\n\n" . N("A client of your local network is a machine connected to the network having its own name and IP address.") . "\n\n" . N("This wizard will help you in adding a new client in your local DNS.") . "\n\n" . N("The server will use the information you enter here to make the name of the client available to other machines into your network.") . "\n\n" . N("Press next to begin, or Cancel to leave this wizard."),
post => sub { $wiz->check_dhcp },
no_back => 1,
next => 'client_id'