summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/harddrake2
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2005-03-22 16:50:40 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2005-03-22 16:50:40 +0000
commit8f7148397f07b079a3d64d135dc5acd8634fc2e5 (patch)
tree9c89e0aa2536591e92de1a08c6c6b5d9e59772f1 /perl-install/standalone/harddrake2
parentc0bd78f185830d7d918a49dc98f8aa710bb286a3 (diff)
downloaddrakx-8f7148397f07b079a3d64d135dc5acd8634fc2e5.tar
drakx-8f7148397f07b079a3d64d135dc5acd8634fc2e5.tar.gz
drakx-8f7148397f07b079a3d64d135dc5acd8634fc2e5.tar.bz2
drakx-8f7148397f07b079a3d64d135dc5acd8634fc2e5.tar.xz
drakx-8f7148397f07b079a3d64d135dc5acd8634fc2e5.zip
help perl_checker
Diffstat (limited to 'perl-install/standalone/harddrake2')
-rwxr-xr-xperl-install/standalone/harddrake22
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/harddrake2 b/perl-install/standalone/harddrake2
index 9a992f110..b086e1a1e 100755
--- a/perl-install/standalone/harddrake2
+++ b/perl-install/standalone/harddrake2
@@ -475,7 +475,7 @@ $_->hide foreach $module_cfg_button, $config_button; # hide buttons while no dev
undef $wait;
gtkset_mousecursor_normal();
- if (@packages2install && $in->ask_yesorno(N("Warning"), N("The following packages need to be installed:\n" . join(', ', @packages2install)))) {
+ if (@packages2install && $in->ask_yesorno(N("Warning"), N("The following packages need to be installed:\n") . join(', ', @packages2install))) {
$do_pkgs->install(@packages2install);
}
}