diff options
author | Pablo Saratxaga <pablo@mandriva.com> | 2004-09-02 13:43:03 +0000 |
---|---|---|
committer | Pablo Saratxaga <pablo@mandriva.com> | 2004-09-02 13:43:03 +0000 |
commit | 57b631eac7782b77873a5b2e329a2d61f1155e8b (patch) | |
tree | 0cae26e2e75c054edefce6a02111747c98dab0ac /perl-install/standalone | |
parent | 9512c3b19604dbccf3689877a18df31ea2b943e2 (diff) | |
download | drakx-57b631eac7782b77873a5b2e329a2d61f1155e8b.tar drakx-57b631eac7782b77873a5b2e329a2d61f1155e8b.tar.gz drakx-57b631eac7782b77873a5b2e329a2d61f1155e8b.tar.bz2 drakx-57b631eac7782b77873a5b2e329a2d61f1155e8b.tar.xz drakx-57b631eac7782b77873a5b2e329a2d61f1155e8b.zip |
Mandrake -> Mandrakelinux
Diffstat (limited to 'perl-install/standalone')
-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 224d1bc37..d76ce8939 100644 --- a/perl-install/standalone/drakhelp +++ b/perl-install/standalone/drakhelp @@ -33,7 +33,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(N("Mandrake Help Center"), N("%s cannot be displayed \n. No Help entry of this type\n", $instpath)); +-e $instpath or $in->ask_warn(N("Mandrakelinux Help Center"), N("%s cannot be displayed \n. No Help entry of this type\n", $instpath)); my $wm = any::running_window_manager(); my %launchhelp = ( |