From 6f18881adddb9765ba011e7a5643a3027a71bf5f Mon Sep 17 00:00:00 2001 From: freesource Date: Sun, 26 Aug 2001 17:09:57 +0000 Subject: [PATCH] This makes the save_as text more clear to the user. --- BootRoot/YardBox.pm | 2 +- gbootroot | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/BootRoot/YardBox.pm b/BootRoot/YardBox.pm index 439b259..4e8b99c 100644 --- a/BootRoot/YardBox.pm +++ b/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(@_); diff --git a/gbootroot b/gbootroot index b898f3f..b63f0d1 100755 --- a/gbootroot +++ b/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(@_);