diff options
Diffstat (limited to 'drakpxelinux.pl')
-rw-r--r-- | drakpxelinux.pl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/drakpxelinux.pl b/drakpxelinux.pl index 211ea90..b98ad2b 100644 --- a/drakpxelinux.pl +++ b/drakpxelinux.pl @@ -72,7 +72,7 @@ N("Kernel: memdisk or vmlinuz") . "\n" . N("Initrd: network boot image (network.img) or all.rdz") . "\n" . N("Interface: network interface used for the installation process") . "\n" . N("Network: DHCP or an IP address") . "\n" . -N("Directory: full path to Mandrakelinux install server directory") . "\n" . +N("Directory: full path to Mandriva Linux install server directory") . "\n" . N("Installation method: NFS or HTTP") . "\n" . N("Ramsize: ramsize parameter on boot image") . "\n" . N("Display: export display to another computer (e.g.: 10.0.1.33:0)") . "\n" . @@ -87,7 +87,7 @@ my %help = ( 'interface' => N("network interface used for the installation process"), 'info' => N("Information displayed in PXE help (F1 key)"), 'network' => N("DHCP or an IP address"), - 'directory' => N("full path to Mandrakelinux install server directory"), + 'directory' => N("full path to Mandriva Linux install server directory"), 'automatic' => N("installation method: choose NFS or HTTP"), 'ramsize' => N("ramsize parameter on boot image"), 'display' => N("export display on another computer (e.g.: 10.0.1.33:0)"), @@ -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.:\nMandrakelinux 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\nMandrakelinux 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, @@ -472,7 +472,7 @@ sub edit_box_item { ), ), - 0, gtkadd(Gtk2::Frame->new(N("Mandrakelinux installer options")), + 0, gtkadd(Gtk2::Frame->new(N("Mandriva Linux installer options")), gtkpack_(gtkset_border_width(Gtk2::VBox->new, 5), 0, $label_and_widgets->(N("Ramdisk size"), $ramdisk, ""), 0, $label_and_widgets->(N("Custom options"), $option, ""), |