Skip to content

Commit dfab1ea

Browse files
jnavilagitster
authored andcommitted
i18n: add a missing space in message
The message spans over 2 lines but the C conconcatenation does not add the needed space between the two lines. Signed-off-by: Jean-Noel Avila <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent c44a4c6 commit dfab1ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sequencer.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2536,7 +2536,7 @@ static enum check_level get_missing_commit_check_level(void)
25362536
return CHECK_WARN;
25372537
if (!strcasecmp("error", value))
25382538
return CHECK_ERROR;
2539-
warning(_("unrecognized setting %s for option"
2539+
warning(_("unrecognized setting %s for option "
25402540
"rebase.missingCommitsCheck. Ignoring."), value);
25412541
return CHECK_IGNORE;
25422542
}

0 commit comments

Comments
 (0)