diff options
Diffstat (limited to 'perl-install/interactive.pm')
-rw-r--r-- | perl-install/interactive.pm | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/perl-install/interactive.pm b/perl-install/interactive.pm index fd47aaee8..6d8f3b73b 100644 --- a/perl-install/interactive.pm +++ b/perl-install/interactive.pm @@ -317,8 +317,6 @@ sub ask_from_normalize { $common->{advanced_label} ||= _("Advanced"); $common->{advanced_label_close} ||= _("Basic"); $common->{$_} = [ deref($common->{$_}) ] foreach qw(messages advanced_messages); - add2hash_($common, { ok => $::isWizard ? ($::Wizard_finished ? _("Finish") : _("Next ->")) : _("Ok"), - cancel => $::isWizard ? _("<- Previous") : _("Cancel") }) if !exists $common->{ok}; add2hash_($common->{callbacks} ||= {}, { changed => sub {}, focus_out => sub {}, complete => sub { 0 }, canceled => sub { 0 } }); } |