From f1253fb29e9aa9e6b7bccabe8ef6bace1d35d972 Mon Sep 17 00:00:00 2001 From: freesource Date: Sun, 26 Aug 2001 18:08:36 +0000 Subject: [PATCH] Enhanced the text for device size for SIZE. --- gbootroot | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gbootroot b/gbootroot index e30bbdb..67f9c08 100755 --- a/gbootroot +++ b/gbootroot @@ -481,7 +481,8 @@ button("Device Selection",$entry4,"Device Selection",3,"/dev/fd0"); hbox("what"); my $adj = Gtk::Adjustment->new( 1440.0, 0.0, 360000000.0, 282.0, 360.0, 0.0 ); my $spinner = Gtk::SpinButton->new( $adj, 0, 0 ); -$tooltips->set_tip( $spinner, "Choose the Device Size.", "" ); +$tooltips->set_tip( $spinner, "Choose the Device Size.\n" . +"Hint: Many 1440 floppy drives support 1722.\n", "" ); $spinner->set_wrap( $true ); $spinner->set_numeric( $true ); $spinner->set_shadow_type( 'in' );