clarify error messages

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3466 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
This commit is contained in:
David Lawrence Ramsey
2006-05-03 13:11:00 +00:00
parent ac37b04737
commit f0e3ca6e88
3 changed files with 8 additions and 4 deletions

View File

@@ -1477,7 +1477,7 @@ int write_file(const char *name, FILE *f_open, bool tmp, append_type
tempname = safe_tempfile(&f);
if (tempname == NULL) {
statusbar(_("Could not create temp file: %s"),
statusbar(_("Error writing temp file: %s"),
strerror(errno));
goto cleanup_and_exit;
}