From ede0d432c433e793c8abec097f25ff6d6ddce8d7 Mon Sep 17 00:00:00 2001 From: Pablo Saratxaga Date: Mon, 16 Feb 2004 21:45:34 +0000 Subject: fixed typo --- client_wizard/Bind_client.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client_wizard') 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' -- cgit v1.2.1