From 338692df83a2f4989d95ec444c32c0e23b883792 Mon Sep 17 00:00:00 2001 From: Pablo Saratxaga Date: Fri, 20 Aug 2004 10:50:16 +0000 Subject: updated pot file; English typo fixes; removed string not be translated --- dns_wizard/Bind.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dns_wizard') diff --git a/dns_wizard/Bind.pm b/dns_wizard/Bind.pm index 1d7029ba..9433c772 100644 --- a/dns_wizard/Bind.pm +++ b/dns_wizard/Bind.pm @@ -74,7 +74,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 }, -- cgit v1.2.1