summaryrefslogtreecommitdiffstats
path: root/src/bufwrite.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/bufwrite.c')
-rw-r--r--src/bufwrite.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bufwrite.c b/src/bufwrite.c
index 76c36e18e9..035c859e22 100644
--- a/src/bufwrite.c
+++ b/src/bufwrite.c
@@ -713,7 +713,7 @@ buf_write(
// Avoid a crash for a long name.
if (STRLEN(fname) >= MAXPATHL)
{
- emsg(_(e_longname));
+ emsg(_(e_name_too_long));
return FAIL;
}