summaryrefslogtreecommitdiffstats
path: root/src/fileio.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fileio.c')
-rw-r--r--src/fileio.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/fileio.c b/src/fileio.c
index 01953d9827..7390309857 100644
--- a/src/fileio.c
+++ b/src/fileio.c
@@ -4385,8 +4385,7 @@ buf_reload(buf_T *buf, int orig_mode)
if (savebuf == NULL || saved == FAIL || buf != curbuf
|| move_lines(buf, savebuf) == FAIL)
{
- semsg(_("E462: Could not prepare for reloading \"%s\""),
- buf->b_fname);
+ semsg(_(e_could_not_prepare_for_reloading_str), buf->b_fname);
saved = FAIL;
}
}