From 69b8bba47ab3c7f13820ba32804264941a2835fc Mon Sep 17 00:00:00 2001 From: Florent Villard Date: Tue, 10 Feb 2004 15:54:36 +0000 Subject: fix list_printers function readd ENV{__WIZ_HOME__} variable to be able to test directly from the CVS tree change "choose a country" to "choose a city" --- time_wizard/Ntp.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'time_wizard/Ntp.pm') diff --git a/time_wizard/Ntp.pm b/time_wizard/Ntp.pm index 4d31f979..a4fc4ca9 100644 --- a/time_wizard/Ntp.pm +++ b/time_wizard/Ntp.pm @@ -116,7 +116,7 @@ $o->{pages} = { @country = ref $country{$o->{var}{wiz_region}} ? @{$country{$o->{var}{wiz_region}}} : () }, data => [ - { label => N("Choose a country:"), val => \$o->{var}{wiz_country}, fixed_list => \@country }, + { label => N("Choose a city:"), val => \$o->{var}{wiz_country}, fixed_list => \@country }, ], next => 'test_server' }, -- cgit v1.2.1