mirror of
https://github.com/fspc/gbootroot.git
synced 2025-02-23 09:03:23 -05:00
Spelling change.
This commit is contained in:
parent
8d0a1f08a8
commit
413cde8525
@ -1663,7 +1663,7 @@ sub uml_box {
|
|||||||
# Reboot Button - mconsole
|
# Reboot Button - mconsole
|
||||||
my $reboot_b = button_advanced(1,2,3,4,"Reboot",$table_uml);
|
my $reboot_b = button_advanced(1,2,3,4,"Reboot",$table_uml);
|
||||||
$tooltips->set_tip( $reboot_b,
|
$tooltips->set_tip( $reboot_b,
|
||||||
"Passes the reboot command to mconsole.",
|
"Passes the reboot command to the mconsole.",
|
||||||
"" );
|
"" );
|
||||||
$reboot_b->signal_connect("clicked",
|
$reboot_b->signal_connect("clicked",
|
||||||
sub {
|
sub {
|
||||||
@ -1682,7 +1682,7 @@ sub uml_box {
|
|||||||
# Halt Button - mconsole
|
# Halt Button - mconsole
|
||||||
my $halt_b = button_advanced(2,3,3,4,"Halt",$table_uml);
|
my $halt_b = button_advanced(2,3,3,4,"Halt",$table_uml);
|
||||||
$tooltips->set_tip( $halt_b,
|
$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.",
|
"If this fails use the Abort button.",
|
||||||
"" );
|
"" );
|
||||||
$halt_b->signal_connect("clicked",
|
$halt_b->signal_connect("clicked",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user