summaryrefslogtreecommitdiffstats
path: root/src/gui_x11.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui_x11.c')
-rw-r--r--src/gui_x11.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui_x11.c b/src/gui_x11.c
index 07699d3fe9..6ef347431b 100644
--- a/src/gui_x11.c
+++ b/src/gui_x11.c
@@ -3229,7 +3229,7 @@ gui_mch_register_sign(char_u *signfile)
// gui.sign_width = sign->width + 8;
}
else
- emsg(_(e_signdata));
+ emsg(_(e_couldnt_read_in_sign_data));
}
return (void *)sign;