diff options
-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')), |