diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2004-08-03 04:42:04 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2004-08-03 04:42:04 +0000 |
commit | 607de8e2fa2b83e8b9cefd4ced24d3b4e24fc007 (patch) | |
tree | 0465e2643826ba21441d35d6537cd61a648d5eca /tools | |
parent | 495805d2bd3d9deec6ecc3e6aa31ce0d6d1ee101 (diff) | |
download | drakx-607de8e2fa2b83e8b9cefd4ced24d3b4e24fc007.tar drakx-607de8e2fa2b83e8b9cefd4ced24d3b4e24fc007.tar.gz drakx-607de8e2fa2b83e8b9cefd4ced24d3b4e24fc007.tar.bz2 drakx-607de8e2fa2b83e8b9cefd4ced24d3b4e24fc007.tar.xz drakx-607de8e2fa2b83e8b9cefd4ced24d3b4e24fc007.zip |
better description
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/hd_grub.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/hd_grub.cgi b/tools/hd_grub.cgi index 3449e5c48..33c05cdfe 100755 --- a/tools/hd_grub.cgi +++ b/tools/hd_grub.cgi @@ -94,7 +94,7 @@ sub print_form { })), ), p(), - ul("Please enter the directory containing the Mandrakelinux Distribution.", + ul("Please enter the directory containing the Mandrakelinux Distribution (relative to the partition chosen above)", li(textfield(-name => 'directory', -default => '/cooker/i586', size => 40)), ), p(submit(-name => 'Go')), |