diff options
author | Florent Villard <warly@mandriva.com> | 2004-02-10 15:54:36 +0000 |
---|---|---|
committer | Florent Villard <warly@mandriva.com> | 2004-02-10 15:54:36 +0000 |
commit | 69b8bba47ab3c7f13820ba32804264941a2835fc (patch) | |
tree | 2572c3b7141016f0966825894f13aff1f9c0afe3 /time_wizard | |
parent | 63d728c7ef6ffbf042d4e97f93a8b24df5076897 (diff) | |
download | drakwizard-69b8bba47ab3c7f13820ba32804264941a2835fc.tar drakwizard-69b8bba47ab3c7f13820ba32804264941a2835fc.tar.gz drakwizard-69b8bba47ab3c7f13820ba32804264941a2835fc.tar.bz2 drakwizard-69b8bba47ab3c7f13820ba32804264941a2835fc.tar.xz drakwizard-69b8bba47ab3c7f13820ba32804264941a2835fc.zip |
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"
Diffstat (limited to 'time_wizard')
-rw-r--r-- | time_wizard/Ntp.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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' }, |