summaryrefslogtreecommitdiffstats
path: root/dns_wizard
diff options
context:
space:
mode:
authorPablo Saratxaga <pablo@mandriva.com>2004-11-05 11:29:38 +0000
committerPablo Saratxaga <pablo@mandriva.com>2004-11-05 11:29:38 +0000
commitcd8e06b79e9249934dcdd188f7bdb264bb3edef5 (patch)
tree36001b7aae133b709c424155abe2edb79cef83ec /dns_wizard
parent5947a429ef4b6fbe56d1358c32123713f17fab7e (diff)
downloaddrakwizard-cd8e06b79e9249934dcdd188f7bdb264bb3edef5.tar
drakwizard-cd8e06b79e9249934dcdd188f7bdb264bb3edef5.tar.gz
drakwizard-cd8e06b79e9249934dcdd188f7bdb264bb3edef5.tar.bz2
drakwizard-cd8e06b79e9249934dcdd188f7bdb264bb3edef5.tar.xz
drakwizard-cd8e06b79e9249934dcdd188f7bdb264bb3edef5.zip
updated pot file and small typo fixes
Diffstat (limited to 'dns_wizard')
-rw-r--r--dns_wizard/Bind.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/dns_wizard/Bind.pm b/dns_wizard/Bind.pm
index 8a324abd..e4c41dc1 100644
--- a/dns_wizard/Bind.pm
+++ b/dns_wizard/Bind.pm
@@ -73,7 +73,7 @@ my $o = {
return 0, N("You need to readjust your hostname.")
}
if (member($DOMAINNAME, qw(localdomain (none)))) {
- return 0, N("You need to readjust your domainname. For a DNS server you need a correct domainname, not equal to localdomain or none. Hostname mut be a FQDN: Fully Qualified Domain Name. Launch drakconnect to adjust it.")
+ return 0, N("You need to readjust your domainname. For a DNS server you need a correct domainname, not equal to localdomain or none. Hostname must be a FQDN: Fully Qualified Domain Name. Launch drakconnect to adjust it.")
}
1
},
@@ -258,7 +258,7 @@ $o->{pages} = {
},
endadd => {
name => N("Congratulations"),
- data => [ { label => N("The wizard successfully add host in your DNS.") } ],
+ data => [ { label => N("The wizard successfully added the host in your DNS.") } ],
no_back => 1,
next => 0,
},