Commit 9e73aeb1 authored by Chris Allegretta's avatar Chris Allegretta
Browse files

Fix that wording cause it's the file owner we care about


git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@4492 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
parent 0d1381ad
Showing with 1 addition and 1 deletion
+1 -1
......@@ -1591,7 +1591,7 @@ bool write_file(const char *name, FILE *f_open, bool tmp, append_type
if (stat(backupname, &backupst) != -1 &&
(backupst.st_uid != st.st_uid)) {
statusbar(_("Error writing backup file %s: Permission mismatch"), backupname,
statusbar(_("Error writing backup file %s: File owner mismatch"), backupname,
strerror(errno));
free(backupname);
goto cleanup_and_exit;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment