mirror of
https://github.com/fspc/gbootroot.git
synced 2025-04-04 07:43:22 -04:00
Updated Alt-S to Alt-A for error messages for save_as.
This commit is contained in:
parent
6da033c5e6
commit
86ff0a8eea
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user