summaryrefslogtreecommitdiffstats
path: root/dns_wizard
diff options
context:
space:
mode:
authorPablo Saratxaga <pablo@mandriva.com>2004-08-20 10:50:16 +0000
committerPablo Saratxaga <pablo@mandriva.com>2004-08-20 10:50:16 +0000
commit338692df83a2f4989d95ec444c32c0e23b883792 (patch)
tree0bbde3cbc42a10a6d1cfd2b900d895ec6ced8e1f /dns_wizard
parent99e52c96854cabba26ce015a3ad037e39cd6d0cd (diff)
downloaddrakwizard-338692df83a2f4989d95ec444c32c0e23b883792.tar
drakwizard-338692df83a2f4989d95ec444c32c0e23b883792.tar.gz
drakwizard-338692df83a2f4989d95ec444c32c0e23b883792.tar.bz2
drakwizard-338692df83a2f4989d95ec444c32c0e23b883792.tar.xz
drakwizard-338692df83a2f4989d95ec444c32c0e23b883792.zip
updated pot file; English typo fixes; removed string not be translated
Diffstat (limited to 'dns_wizard')
-rw-r--r--dns_wizard/Bind.pm2
1 files changed, 1 insertions, 1 deletions
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
},