summaryrefslogtreecommitdiffstats
path: root/src/if_cscope.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/if_cscope.c')
-rw-r--r--src/if_cscope.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/if_cscope.c b/src/if_cscope.c
index dbaa9600fb..d76f1dd878 100644
--- a/src/if_cscope.c
+++ b/src/if_cscope.c
@@ -1105,7 +1105,8 @@ cs_find_common(
// next symbol must be + or -
if (strchr(CSQF_FLAGS, *qfpos) == NULL)
{
- (void)semsg(_("E469: invalid cscopequickfix flag %c for %c"), *qfpos, *(qfpos - 1));
+ (void)semsg(_(e_invalid_cscopequickfix_flag_chr_for_chr),
+ *qfpos, *(qfpos - 1));
return FALSE;
}