Browse Source

This makes the save_as text more clear to the user.

master
freesource 23 years ago
parent
commit
6f18881add
  1. 2
      BootRoot/YardBox.pm
  2. 4
      gbootroot

2
BootRoot/YardBox.pm

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

4
gbootroot

@ -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…
Cancel
Save