summaryrefslogtreecommitdiffstats
path: root/tools/hd_grub.cgi
diff options
context:
space:
mode:
Diffstat (limited to 'tools/hd_grub.cgi')
-rwxr-xr-xtools/hd_grub.cgi4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/hd_grub.cgi b/tools/hd_grub.cgi
index e9b91c484..3449e5c48 100755
--- a/tools/hd_grub.cgi
+++ b/tools/hd_grub.cgi
@@ -60,7 +60,7 @@ sub print_form {
print
p(),
start_form(-name => 'form', -action => $cgi_name, -method => 'get'),
- ul("Please choose the partition where Mandrake Linux is copied.",
+ ul("Please choose the partition where Mandrakelinux is copied.",
li(popup_menu(-name => "hd", -default => 'hd0',
-values => [ 'hd0' .. 'hd3' ],
-labels => { hd0 => '1st BIOS hard drive (usually hda or sda)',
@@ -94,7 +94,7 @@ sub print_form {
})),
),
p(),
- ul("Please enter the directory containing the Mandrake Linux Distribution.",
+ ul("Please enter the directory containing the Mandrakelinux Distribution.",
li(textfield(-name => 'directory', -default => '/cooker/i586', size => 40)),
),
p(submit(-name => 'Go')),