From 04c4d6d44afd4758e42b782996ed4e24f88ca589 Mon Sep 17 00:00:00 2001 From: Pablo Saratxaga Date: Tue, 10 Feb 2004 08:07:46 +0000 Subject: some typo fixes --- dns_wizard/Bind.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'dns_wizard') diff --git a/dns_wizard/Bind.pm b/dns_wizard/Bind.pm index 123b62dd..e5b20ed3 100644 --- a/dns_wizard/Bind.pm +++ b/dns_wizard/Bind.pm @@ -149,7 +149,7 @@ $o->{pages} = { }, ipforward => { - name => N("IP of your forwarder") . "\n\n" . N("Forwarding occurs on only those queries for which the server is not authoritative and does not have the answer in its cache.") . "\n\n" . N("So if you need it and know your ip forwarder enter IP address of it, if you dont know leave it blank"), + name => N("IP of your forwarder") . "\n\n" . N("Forwarding occurs on only those queries for which the server is not authoritative and does not have the answer in its cache.") . "\n\n" . N("If you need it and know your IP forwarder enter IP address of it, if you dont know leave it blank"), data => [ { label => N("External DNS:"), val => \$o->{var}{IPOFFORWARDER} }, ], @@ -200,7 +200,7 @@ $o->{pages} = { end => 1, }, error_notmaster => { - name => N("It seems that your are not a master DNS server, but just a slave one. So i can't add/remove host."), + name => N("It seems that your are not a master DNS server, but just a slave one. So I can't add/remove host."), next => 0, end => 1, }, @@ -222,7 +222,7 @@ $o->{pages} = { next => 'endadd', }, summaryremove => { - name => N("Client with this identification will be removed to your DNS"), + name => N("Client with this identification will be removed from your DNS"), data => [ { label => N("Computer name:"), val => \$o->{var}{CLIENTNAME}, fixed_list => \@list_hosts }, ], -- cgit v1.2.1