summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntoine Ginies <aginies@mandriva.com>2004-11-12 14:43:30 +0000
committerAntoine Ginies <aginies@mandriva.com>2004-11-12 14:43:30 +0000
commit2b3897717002ca85ac077d766bddee22a735dc37 (patch)
treec00b35c741701116f534fece37bf61f210ab81d3
parent2383f88681d2346046de7fd538f7e4511e50dbfa (diff)
downloaddrakpxelinux-2b3897717002ca85ac077d766bddee22a735dc37.tar
drakpxelinux-2b3897717002ca85ac077d766bddee22a735dc37.tar.gz
drakpxelinux-2b3897717002ca85ac077d766bddee22a735dc37.tar.bz2
drakpxelinux-2b3897717002ca85ac077d766bddee22a735dc37.tar.xz
drakpxelinux-2b3897717002ca85ac077d766bddee22a735dc37.zip
fix help in edit_box_item
-rw-r--r--drakpxelinux.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/drakpxelinux.pl b/drakpxelinux.pl
index baf8321..544e058 100644
--- a/drakpxelinux.pl
+++ b/drakpxelinux.pl
@@ -94,7 +94,7 @@ my %help = (
'kernel' => N("memdisk in case of network.img, or vmlinuz"),
'vga' => N("if you encounter any problem with VGA, please adjust"),
'interface' => N("network interface used for the installation process"),
- 'info' => N("the name to be displayed in the PXE menu (an ASCII word/number)"),
+ '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"),
'automatic' => N("installation method: choose NFS or HTTP"),