diff options
Diffstat (limited to 'client_wizard/Bind_client.pm')
-rwxr-xr-x | client_wizard/Bind_client.pm | 2 |
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' |