From 86ff0a8eea80f90bfdefb0e2009ba36940b5478f Mon Sep 17 00:00:00 2001 From: freesource Date: Wed, 29 Aug 2001 16:50:00 +0000 Subject: [PATCH] Updated Alt-S to Alt-A for error messages for save_as. --- BootRoot/YardBox.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BootRoot/YardBox.pm b/BootRoot/YardBox.pm index a8e1d79..4046ffd 100644 --- a/BootRoot/YardBox.pm +++ b/BootRoot/YardBox.pm @@ -1079,13 +1079,13 @@ sub saved { error_window("gBootRoot: ERROR: " . "$template_dir$template is not " . "writable.\nUse [ File->Save As ] or " . - "[Alt-S] with the yard suffix."); + "[Alt-A] with the yard suffix."); } elsif ( file_mode("$template_dir$template") !~ /w/ ) { error_window("gBootRoot: ERROR: " . "$template_dir$template is not " . "writable.\nUse [ File->Save As ] or " . - "[Alt-S] with the yard suffix."); + "[Alt-A] with the yard suffix."); } else { # Here's where we get to undef Yard variable and start over at