summaryrefslogtreecommitdiffstats
path: root/drakpxelinux.pl
diff options
context:
space:
mode:
authorDamien Lallement <dams@mageia.org>2011-12-28 15:31:29 +0000
committerDamien Lallement <dams@mageia.org>2011-12-28 15:31:29 +0000
commitb4768b778df45e5ef14622b2e6fb51e0a87437ff (patch)
tree8537b4b5fe8d3cf61c61ee34ce41aec6b1ddfb05 /drakpxelinux.pl
parent83de7d2c9e18c3e20485354cc2b3281d4e8f3be1 (diff)
downloaddrakpxelinux-b4768b778df45e5ef14622b2e6fb51e0a87437ff.tar
drakpxelinux-b4768b778df45e5ef14622b2e6fb51e0a87437ff.tar.gz
drakpxelinux-b4768b778df45e5ef14622b2e6fb51e0a87437ff.tar.bz2
drakpxelinux-b4768b778df45e5ef14622b2e6fb51e0a87437ff.tar.xz
drakpxelinux-b4768b778df45e5ef14622b2e6fb51e0a87437ff.zip
remove 'Linux' on 'Mageia Linux'
Diffstat (limited to 'drakpxelinux.pl')
-rwxr-xr-xdrakpxelinux.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/drakpxelinux.pl b/drakpxelinux.pl
index 4843b8c..2587dbe 100755
--- a/drakpxelinux.pl
+++ b/drakpxelinux.pl
@@ -313,7 +313,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.:\nMageai Linux 10 rescue disk\nMageia cauldron install via http") },
+ help => N("The PXE information is used to explain the role of the boot image,\ne.g.:\nMageai rescue disk\nMageia cauldron install via http") },
{ label => N("Full path to all.rdz image source:"), type => 'file', val => \$WALLRDZ,
help => N("Provide the full path to all.rdz image location") },
{ label => N("Full path to vmlinuz source:"), type => 'file', val => \$WVMLINUZ,