diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2004-07-19 04:09:06 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2004-07-19 04:09:06 +0000 |
commit | 205e2db21f41619f6d2e3f3f5ea8e12ca6c25fb2 (patch) | |
tree | b32130c7a8367585eb71247c91536de53885e928 /tools | |
parent | 97e265500ef7d49644470327b6102ed3574023d9 (diff) | |
download | drakx-205e2db21f41619f6d2e3f3f5ea8e12ca6c25fb2.tar drakx-205e2db21f41619f6d2e3f3f5ea8e12ca6c25fb2.tar.gz drakx-205e2db21f41619f6d2e3f3f5ea8e12ca6c25fb2.tar.bz2 drakx-205e2db21f41619f6d2e3f3f5ea8e12ca6c25fb2.tar.xz drakx-205e2db21f41619f6d2e3f3f5ea8e12ca6c25fb2.zip |
replace "Mandrake Linux" with "Mandrakelinux"
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/hd_grub.cgi | 4 |
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')), |