mirror of
https://github.com/fspc/gbootroot.git
synced 2025-04-04 07:43:22 -04:00
This makes the save_as text more clear to the user.
This commit is contained in:
parent
695738d932
commit
6f18881add
@ -1231,7 +1231,7 @@ sub save_as {
|
||||
|
||||
$label->set_text("$new_template already exists, " .
|
||||
"do\nyou want to write over it, " .
|
||||
"or\nsave it with a different name?");
|
||||
"or\nsave $template with a different name?");
|
||||
|
||||
$event_count++;
|
||||
my $event = pop(@_);
|
||||
|
@ -1413,7 +1413,7 @@ sub save_as {
|
||||
$label->set_justify( 'left' );
|
||||
$label->set_text("$template already exists, " .
|
||||
"do\nyou want to write over it, " .
|
||||
"or\nsave it with a different name?");
|
||||
"or\nsave $new_template with a different name?");
|
||||
$save_as->vbox->pack_start( $label, $false, $false, 2 );
|
||||
$label->show();
|
||||
|
||||
@ -1454,7 +1454,7 @@ sub save_as {
|
||||
|
||||
$label->set_text("$new_template already exists, " .
|
||||
"do\nyou want to write over it, " .
|
||||
"or\nsave it with a different name?");
|
||||
"or\nsave $template with a different name?");
|
||||
|
||||
$event_count++;
|
||||
my $event = pop(@_);
|
||||
|
Loading…
x
Reference in New Issue
Block a user