diff --git a/nano.c b/nano.c
index af1edd69d478e1528fd7f047a9f2d3f64d0b4cb1..954130c6e2b5c26329c22477ce22b82ecb1f15e6 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) */
 }