From cd8e06b79e9249934dcdd188f7bdb264bb3edef5 Mon Sep 17 00:00:00 2001 From: Pablo Saratxaga Date: Fri, 5 Nov 2004 11:29:38 +0000 Subject: updated pot file and small typo fixes --- dns_wizard/Bind.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dns_wizard') 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, }, -- cgit v1.2.1