diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2004-09-02 07:54:52 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2004-09-02 07:54:52 +0000 |
commit | 29ea26a85185e23d5583012fdb587fdf77d4fef7 (patch) | |
tree | e03a3a4f4fe621204e9f2e50e694ca0017fd503a /perl-install | |
parent | 96ad6fe553503dcf30e32258cd55f4953490a2f2 (diff) | |
download | drakx-29ea26a85185e23d5583012fdb587fdf77d4fef7.tar drakx-29ea26a85185e23d5583012fdb587fdf77d4fef7.tar.gz drakx-29ea26a85185e23d5583012fdb587fdf77d4fef7.tar.bz2 drakx-29ea26a85185e23d5583012fdb587fdf77d4fef7.tar.xz drakx-29ea26a85185e23d5583012fdb587fdf77d4fef7.zip |
fix untraslated title
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/standalone/drakhelp | 2 |
1 files changed, 1 insertions, 1 deletions
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 = ( |