diff options
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' }, |