diff options
-rwxr-xr-x | drakpxelinux.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drakpxelinux.pl b/drakpxelinux.pl index f106239..8951a6a 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 rescue disk\nMageia cauldron install via http") }, + help => N("The PXE information is used to explain the role of the boot image,\ne.g.:\nMageia 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, |