summaryrefslogtreecommitdiffstats
path: root/src/fileio.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2022-01-02 17:00:40 +0000
committerBram Moolenaar <Bram@vim.org>2022-01-02 17:00:40 +0000
commiteaaac014a01ce37c1f86dbda054c01a5c6f034e7 (patch)
treeb775ac0b4332e8f73bc763ed1414f73639c187d6 /src/fileio.c
parent8bfa0eb863357c1013024233ebb2e95a0a848002 (diff)
patch 8.2.3983: error messages are spread outv8.2.3983
Problem: Error messages are spread out. Solution: Move more error messages to errors.h.
Diffstat (limited to 'src/fileio.c')
-rw-r--r--src/fileio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fileio.c b/src/fileio.c
index 7c63a1a3bc..01953d9827 100644
--- a/src/fileio.c
+++ b/src/fileio.c
@@ -4402,7 +4402,7 @@ buf_reload(buf_T *buf, int orig_mode)
#if defined(FEAT_EVAL)
if (!aborting())
#endif
- semsg(_("E321: Could not reload \"%s\""), buf->b_fname);
+ semsg(_(e_could_not_reload_str), buf->b_fname);
if (savebuf != NULL && bufref_valid(&bufref) && buf == curbuf)
{
// Put the text back from the save buffer. First