diff options
author | Thierry Vignaud <tv@mandriva.org> | 2008-08-22 13:25:45 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2008-08-22 13:25:45 +0000 |
commit | 5da246b16f2e787beba4433f9296c3caf9ba21b4 (patch) | |
tree | 6495c089a2b19a87a37382ae6bbff2ed33c764fe /perl-install/any.pm | |
parent | bfdad85a7b168ae14688427c4a36fff2888b59d8 (diff) | |
download | drakx-5da246b16f2e787beba4433f9296c3caf9ba21b4.tar drakx-5da246b16f2e787beba4433f9296c3caf9ba21b4.tar.gz drakx-5da246b16f2e787beba4433f9296c3caf9ba21b4.tar.bz2 drakx-5da246b16f2e787beba4433f9296c3caf9ba21b4.tar.xz drakx-5da246b16f2e787beba4433f9296c3caf9ba21b4.zip |
(acceptLicense,selectKeyboard) render some message titles as blue
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, |