summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps_interactive.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>1999-10-14 16:04:04 +0000
committerPascal Rigaux <pixel@mandriva.com>1999-10-14 16:04:04 +0000
commit5bd28ca1ab7a91e15b502fea7a71508285541738 (patch)
tree498de8ab81a4694cf3c85c959b6ec3bac55a7660 /perl-install/install_steps_interactive.pm
parentb99336c5440cb50de9e8ca46833df72415deb723 (diff)
downloaddrakx-backup-do-not-use-5bd28ca1ab7a91e15b502fea7a71508285541738.tar
drakx-backup-do-not-use-5bd28ca1ab7a91e15b502fea7a71508285541738.tar.gz
drakx-backup-do-not-use-5bd28ca1ab7a91e15b502fea7a71508285541738.tar.bz2
drakx-backup-do-not-use-5bd28ca1ab7a91e15b502fea7a71508285541738.tar.xz
drakx-backup-do-not-use-5bd28ca1ab7a91e15b502fea7a71508285541738.zip
no_comment
Diffstat (limited to 'perl-install/install_steps_interactive.pm')
-rw-r--r--perl-install/install_steps_interactive.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm
index 8fc12fe69..1d08f6da2 100644
--- a/perl-install/install_steps_interactive.pm
+++ b/perl-install/install_steps_interactive.pm
@@ -59,7 +59,6 @@ sub selectLanguage($) {
$o->{useless_thing_accepted} = $o->ask_from_list_('',
"Wanring no wrranty, be carfull it's gonna explose ytou romcpature",
[ _("Accept"), _("Refuse") ], _("Accept")) eq _("Accept") or exit(1) unless $o->{useless_thing_accepted};
-
}
#------------------------------------------------------------------------------
sub selectKeyboard($) {