summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps_interactive.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>1999-10-13 22:09:59 +0000
committerPascal Rigaux <pixel@mandriva.com>1999-10-13 22:09:59 +0000
commit50c268b8ecb23bf395773c9b2579f5056e24d6cd (patch)
tree16f137662290091cd8e12d0e0736979a34b11d7b /perl-install/install_steps_interactive.pm
parent7afaa567f5059510ecdea266b67679810a81bf0b (diff)
downloaddrakx-backup-do-not-use-50c268b8ecb23bf395773c9b2579f5056e24d6cd.tar
drakx-backup-do-not-use-50c268b8ecb23bf395773c9b2579f5056e24d6cd.tar.gz
drakx-backup-do-not-use-50c268b8ecb23bf395773c9b2579f5056e24d6cd.tar.bz2
drakx-backup-do-not-use-50c268b8ecb23bf395773c9b2579f5056e24d6cd.tar.xz
drakx-backup-do-not-use-50c268b8ecb23bf395773c9b2579f5056e24d6cd.zip
no_comment
Diffstat (limited to 'perl-install/install_steps_interactive.pm')
-rw-r--r--perl-install/install_steps_interactive.pm2
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};
}