diff options
author | Pablo Saratxaga <pablo@mandriva.com> | 2004-08-20 10:50:16 +0000 |
---|---|---|
committer | Pablo Saratxaga <pablo@mandriva.com> | 2004-08-20 10:50:16 +0000 |
commit | 338692df83a2f4989d95ec444c32c0e23b883792 (patch) | |
tree | 0bbde3cbc42a10a6d1cfd2b900d895ec6ced8e1f /dns_wizard | |
parent | 99e52c96854cabba26ce015a3ad037e39cd6d0cd (diff) | |
download | drakwizard-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.pm | 2 |
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 }, |