summaryrefslogtreecommitdiffstats
path: root/src/highlight.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/highlight.c')
-rw-r--r--src/highlight.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/highlight.c b/src/highlight.c
index d72fa83210..253ed5bf29 100644
--- a/src/highlight.c
+++ b/src/highlight.c
@@ -1053,7 +1053,7 @@ highlight_set_cterm_color(
color = cterm_normal_ul_color - 1;
else
{
- emsg(_("E453: UL color unknown"));
+ emsg(_(e_ul_color_unknown));
return FALSE;
}
}