summaryrefslogtreecommitdiffstats
path: root/src/ex_getln.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ex_getln.c')
-rw-r--r--src/ex_getln.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ex_getln.c b/src/ex_getln.c
index 636dd38bf2..01bd3b4f17 100644
--- a/src/ex_getln.c
+++ b/src/ex_getln.c
@@ -2664,7 +2664,7 @@ curbuf_locked(void)
{
if (curbuf_lock > 0)
{
- emsg(_("E788: Not allowed to edit another buffer now"));
+ emsg(_(e_not_allowed_to_edit_another_buffer_now));
return TRUE;
}
return allbuf_locked();