diff --git a/config.c b/config.c index d0aff55fa6..0b2679994e 100644 --- a/config.c +++ b/config.c @@ -1686,7 +1686,7 @@ static int git_default_core_config(const char *var, const char *value, void *cb) comment_line_char = value[0]; auto_comment_line_char = 0; } else - return error(_("core.commentChar should only be one character")); + return error(_("core.commentChar should only be one ASCII character")); return 0; }