From 9455f662f2985db139a87c5aba30a419cd1197be Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 21 Jan 2004 15:00:13 +0000 Subject: upcase first letter/factorize strings --- dns_wizard/Bind.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dns_wizard/Bind.pm') 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', }, -- cgit v1.2.1