From 413cde8525ce3704ef373f624dd4d958146d1cb5 Mon Sep 17 00:00:00 2001 From: freesource Date: Sun, 23 Dec 2001 20:41:38 +0000 Subject: [PATCH] Spelling change. --- BootRoot/BootRoot.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BootRoot/BootRoot.pm b/BootRoot/BootRoot.pm index 637bc02..01bfdd7 100644 --- a/BootRoot/BootRoot.pm +++ b/BootRoot/BootRoot.pm @@ -1663,7 +1663,7 @@ sub uml_box { # Reboot Button - mconsole my $reboot_b = button_advanced(1,2,3,4,"Reboot",$table_uml); $tooltips->set_tip( $reboot_b, - "Passes the reboot command to mconsole.", + "Passes the reboot command to the mconsole.", "" ); $reboot_b->signal_connect("clicked", sub { @@ -1682,7 +1682,7 @@ sub uml_box { # Halt Button - mconsole my $halt_b = button_advanced(2,3,3,4,"Halt",$table_uml); $tooltips->set_tip( $halt_b, - "Passes the halt command to mconsole. " . + "Passes the halt command to the mconsole. " . "If this fails use the Abort button.", "" ); $halt_b->signal_connect("clicked",