summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps_interactive.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>1999-10-17 22:31:38 +0000
committerPascal Rigaux <pixel@mandriva.com>1999-10-17 22:31:38 +0000
commit50bb149d89d484a5cb67e31506f37d799119819b (patch)
treef3f5a708d72f242045736676301c69be8c8bc802 /perl-install/install_steps_interactive.pm
parent1bd0d70a43bc734b826ae3f181b057aa22c977d7 (diff)
downloaddrakx-backup-do-not-use-50bb149d89d484a5cb67e31506f37d799119819b.tar
drakx-backup-do-not-use-50bb149d89d484a5cb67e31506f37d799119819b.tar.gz
drakx-backup-do-not-use-50bb149d89d484a5cb67e31506f37d799119819b.tar.bz2
drakx-backup-do-not-use-50bb149d89d484a5cb67e31506f37d799119819b.tar.xz
drakx-backup-do-not-use-50bb149d89d484a5cb67e31506f37d799119819b.zip
no_comment
Diffstat (limited to 'perl-install/install_steps_interactive.pm')
-rw-r--r--perl-install/install_steps_interactive.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm
index cf051fa1c..22ab2a0c9 100644
--- a/perl-install/install_steps_interactive.pm
+++ b/perl-install/install_steps_interactive.pm
@@ -57,8 +57,8 @@ 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",
- [ _("Accept"), _("Refuse") ], _("Accept")) eq _("Accept") or exit(1) unless $o->{useless_thing_accepted};
+"Warning no warranty",
+ [ __("Accept"), __("Refuse") ], "Accept") eq "Accept" or exit(1) unless $o->{useless_thing_accepted};
}
#------------------------------------------------------------------------------
sub selectKeyboard($) {