diff options
author | Pablo Saratxaga <pablo@mandriva.com> | 2004-02-10 08:07:46 +0000 |
---|---|---|
committer | Pablo Saratxaga <pablo@mandriva.com> | 2004-02-10 08:07:46 +0000 |
commit | 04c4d6d44afd4758e42b782996ed4e24f88ca589 (patch) | |
tree | 9917ba25ee1f8b0ee6dc32d185797056d5c04e11 /dns_wizard | |
parent | 7930a6cbe1fb12bc6f8b8dd0a69d5abc36ae276d (diff) | |
download | drakwizard-04c4d6d44afd4758e42b782996ed4e24f88ca589.tar drakwizard-04c4d6d44afd4758e42b782996ed4e24f88ca589.tar.gz drakwizard-04c4d6d44afd4758e42b782996ed4e24f88ca589.tar.bz2 drakwizard-04c4d6d44afd4758e42b782996ed4e24f88ca589.tar.xz drakwizard-04c4d6d44afd4758e42b782996ed4e24f88ca589.zip |
some typo fixes
Diffstat (limited to 'dns_wizard')
-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 }, ], |