diff --git a/nano.c b/nano.c index af1edd69..954130c6 100644 --- a/nano.c +++ b/nano.c @@ -136,7 +136,7 @@ void die(char *msg, ...) if (i != -1) fprintf(stderr, _("\nBuffer written to %s\n"), name); else - fprintf(stderr, _("\nNo .save file written (file exists?)\n")); + fprintf(stderr, _("\nNo %s written (file exists?)\n"), name); exit(1); /* We have a problem: exit w/ errorlevel(1) */ }