mirror of
https://github.com/fspc/gbootroot.git
synced 2025-02-22 08:33:24 -05:00
Improves the text for save_as dialog.
This commit is contained in:
parent
8d8bc72d4c
commit
323c1c2f14
@ -1210,8 +1210,8 @@ sub save_as {
|
||||
#save_as();
|
||||
}
|
||||
|
||||
my $label = Gtk::Label->new("$new_template already exists,
|
||||
do you want to write over it?");
|
||||
my $label = Gtk::Label->new("$new_template already exists, " .
|
||||
"do\nyou want to write over it?");
|
||||
$label->set_justify( 'left' );
|
||||
$save_as->vbox->pack_start( $label, $false, $false, 2 );
|
||||
$label->show();
|
||||
|
Loading…
x
Reference in New Issue
Block a user