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 f937e082fe..41cb816da1 100644
--- a/src/highlight.c
+++ b/src/highlight.c
@@ -1091,7 +1091,7 @@ highlight_set_cterm_color(
break;
if (i < 0)
{
- semsg(_(e_color_name_or_number_not_recognized), key_start);
+ semsg(_(e_color_name_or_number_not_recognized_str), key_start);
return FALSE;
}