diff options
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 e96c04ea..1cc58f2f 100644 --- a/dns_wizard/Bind.pm +++ b/dns_wizard/Bind.pm @@ -158,7 +158,7 @@ $o->{pages} = { name => N('Add search domain') . "\n\n" . N('Search list for host-name lookup. The search list is normally determined from the local domain name; by default, it contains only the local domain name. This may be changed by listing the desired domain search path following the search keyword') . "\n\n" . N('Domainname of this server is automatically added, and you dont need to add it here.'), data => [ - { label => N('add search domain:'), val => \$o->{var}{ADDSEARCH} }, + { label => N('Add search domain:'), val => \$o->{var}{ADDSEARCH} }, ], next => 'summary', }, |