1
0
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:
freesource 2001-08-25 19:59:47 +00:00
parent 8d8bc72d4c
commit 323c1c2f14

View File

@ -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();