From 29ea26a85185e23d5583012fdb587fdf77d4fef7 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 2 Sep 2004 07:54:52 +0000 Subject: fix untraslated title --- perl-install/standalone/drakhelp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-install/standalone/drakhelp b/perl-install/standalone/drakhelp index 01cba5717..2b24cab6b 100644 --- a/perl-install/standalone/drakhelp +++ b/perl-install/standalone/drakhelp @@ -32,7 +32,7 @@ my $in = interactive->vnew; my ($instpath, $ancpath, $package) = ctxhelp::path2help($opt, $idlabel); -e $instpath or system("/usr/sbin/drakhelp_inst $package"); --e $instpath or $in->ask_warn('Mandrake Help Center', N("%s cannot be displayed \n. No Help entry of this type\n", $instpath)); +-e $instpath or $in->ask_warn(N("Mandrake Help Center"), N("%s cannot be displayed \n. No Help entry of this type\n", $instpath)); my $wm = any::running_window_manager(); my %launchhelp = ( -- cgit v1.2.1