diff options
Diffstat (limited to 'dns_wizard/Bind.pm')
-rw-r--r-- | dns_wizard/Bind.pm | 6 |
1 files changed, 3 insertions, 3 deletions
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 }, ], |