summaryrefslogtreecommitdiffstats
path: root/src/gui_w32.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui_w32.c')
-rw-r--r--src/gui_w32.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui_w32.c b/src/gui_w32.c
index d5ffd16c90..604114ce93 100644
--- a/src/gui_w32.c
+++ b/src/gui_w32.c
@@ -8393,7 +8393,7 @@ gui_mch_register_sign(char_u *signfile)
{
if (sign.hImage)
close_signicon_image(&sign);
- emsg(_(e_signdata));
+ emsg(_(e_couldnt_read_in_sign_data));
}
return (void *)psign;