diff options
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/install_steps_gtk.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_steps_gtk.pm b/perl-install/install_steps_gtk.pm index b79d37d94..f81486655 100644 --- a/perl-install/install_steps_gtk.pm +++ b/perl-install/install_steps_gtk.pm @@ -460,7 +460,7 @@ sub choosePackagesTree { }, auto_deps => _("Show automatically selected packages"), ok => _("Install"), - cancel => undef, + cancel => $limit_to_medium && _("Cancel"), icons => [ { icon => 'floppy', help => _("Load/Save on floppy"), wait_message => _("Updating package selection"), |