summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/drakhelp
diff options
context:
space:
mode:
authorPablo Saratxaga <pablo@mandriva.com>2005-04-23 16:20:27 +0000
committerPablo Saratxaga <pablo@mandriva.com>2005-04-23 16:20:27 +0000
commitca012347134ab4eec6f196b5f86c9fc1f25cb5b7 (patch)
tree5fc5930cd84d8b9f74f82a13bd26b2fe4de10ac3 /perl-install/standalone/drakhelp
parent0d46fdc4ff12e12d75709007659a334b90d34ead (diff)
downloaddrakx-backup-do-not-use-ca012347134ab4eec6f196b5f86c9fc1f25cb5b7.tar
drakx-backup-do-not-use-ca012347134ab4eec6f196b5f86c9fc1f25cb5b7.tar.gz
drakx-backup-do-not-use-ca012347134ab4eec6f196b5f86c9fc1f25cb5b7.tar.bz2
drakx-backup-do-not-use-ca012347134ab4eec6f196b5f86c9fc1f25cb5b7.tar.xz
drakx-backup-do-not-use-ca012347134ab4eec6f196b5f86c9fc1f25cb5b7.zip
s/Mandrivalinux/Mandriva Linux/
Diffstat (limited to 'perl-install/standalone/drakhelp')
-rw-r--r--perl-install/standalone/drakhelp2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/drakhelp b/perl-install/standalone/drakhelp
index 303c06d9a..4c13e79dd 100644
--- a/perl-install/standalone/drakhelp
+++ b/perl-install/standalone/drakhelp
@@ -33,6 +33,6 @@ 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("Mandrivalinux Help Center"), N("%s cannot be displayed \n. No Help entry of this type\n", $instpath));
+-e $instpath or $in->ask_warn(N("Mandriva Linux Help Center"), N("%s cannot be displayed \n. No Help entry of this type\n", $instpath));
system("/usr/bin/www-browser $ancpath &") if -e $instpath;