summaryrefslogtreecommitdiffstats
path: root/drakpxelinux.pl
diff options
context:
space:
mode:
authorFunda Wang <fwang@mandriva.org>2005-07-01 15:55:19 +0000
committerFunda Wang <fwang@mandriva.org>2005-07-01 15:55:19 +0000
commit6ff93b0cd7a36e6e6e7a000e7ef207503c5a8da8 (patch)
tree16a6b9195dfe796cd76832ca6aeedcbe5571756a /drakpxelinux.pl
parentcc9f2cd3b1eda0e42d86eea92734f4ce1d8510fc (diff)
downloaddrakpxelinux-6ff93b0cd7a36e6e6e7a000e7ef207503c5a8da8.tar
drakpxelinux-6ff93b0cd7a36e6e6e7a000e7ef207503c5a8da8.tar.gz
drakpxelinux-6ff93b0cd7a36e6e6e7a000e7ef207503c5a8da8.tar.bz2
drakpxelinux-6ff93b0cd7a36e6e6e7a000e7ef207503c5a8da8.tar.xz
drakpxelinux-6ff93b0cd7a36e6e6e7a000e7ef207503c5a8da8.zip
s/Mandrakelinux/Mandriva Linux/.
Diffstat (limited to 'drakpxelinux.pl')
-rw-r--r--drakpxelinux.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/drakpxelinux.pl b/drakpxelinux.pl
index b98ad2b..d0916ca 100644
--- a/drakpxelinux.pl
+++ b/drakpxelinux.pl
@@ -211,7 +211,7 @@ sub wizard_add_entry {
{ label => N("PXE label:"), val => \$WPXENAME,
help => N("name displayed in PXE menu (please provide an ASCII word or a number, without spaces)") },
{ label => N("PXE information:"), val => \$WINFO,
- help => N("The PXE information is used to explain the role of the boot image,\ne.g.:\nMandriva Linux 10 rescue disk\nMandrakelinux cooker install via http") },
+ help => N("The PXE information is used to explain the role of the boot image,\ne.g.:\nMandriva Linux 10 rescue disk\nMandriva Linux cooker install via http") },
{ label => N("Full path to all.rdz image source:"), val => \$WALLRDZ,
help => N("Provide the full path to all.rdz image location") },
{ label => N("Full path to vmlinuz source:"), val => \$WVMLINUZ,