diff options
Diffstat (limited to 'perl-install/any.pm')
-rw-r--r-- | perl-install/any.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/any.pm b/perl-install/any.pm index 7726eb349..c4a72d648 100644 --- a/perl-install/any.pm +++ b/perl-install/any.pm @@ -925,7 +925,7 @@ sub acceptLicense { }, [ - { label => N("Do you accept this license ?") }, + { label => N("Do you accept this license ?"), title => 1 }, { list => [ N_("Accept"), N_("Refuse") ], val => \$r, type => 'list', format => sub { translate($_[0]) } }, if_($o->{release_notes}, { clicked => sub { display_release_notes($o) }, do_not_expand => 1, |