diff options
author | Pascal Rigaux <pixel@mandriva.com> | 1999-10-13 22:09:59 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 1999-10-13 22:09:59 +0000 |
commit | 50c268b8ecb23bf395773c9b2579f5056e24d6cd (patch) | |
tree | 16f137662290091cd8e12d0e0736979a34b11d7b /perl-install/install_steps_interactive.pm | |
parent | 7afaa567f5059510ecdea266b67679810a81bf0b (diff) | |
download | drakx-50c268b8ecb23bf395773c9b2579f5056e24d6cd.tar drakx-50c268b8ecb23bf395773c9b2579f5056e24d6cd.tar.gz drakx-50c268b8ecb23bf395773c9b2579f5056e24d6cd.tar.bz2 drakx-50c268b8ecb23bf395773c9b2579f5056e24d6cd.tar.xz drakx-50c268b8ecb23bf395773c9b2579f5056e24d6cd.zip |
no_comment
Diffstat (limited to 'perl-install/install_steps_interactive.pm')
-rw-r--r-- | perl-install/install_steps_interactive.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm index be3864306..37284e52a 100644 --- a/perl-install/install_steps_interactive.pm +++ b/perl-install/install_steps_interactive.pm @@ -57,7 +57,7 @@ sub selectLanguage($) { install_steps::selectLanguage($o); $o->{useless_thing_accepted} = $o->ask_from_list_('', -_("Wanring no wrranty, be carfull it's gonna explose ytou romcpature"), +"Wanring no wrranty, be carfull it's gonna explose ytou romcpature", [ _("Accept"), _("Refuse") ], "Accept") eq "Accept" or exit(1) unless $o->{useless_thing_accepted}; } |