Skip to content

Commit 2f0e14e

Browse files
committed
Merge branch 'js/rebase-i-final'
* js/rebase-i-final: i18n: add a missing space in message
2 parents d35688d + dfab1ea commit 2f0e14e

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
@@ -2558,7 +2558,7 @@ static enum check_level get_missing_commit_check_level(void)
25582558
return CHECK_WARN;
25592559
if (!strcasecmp("error", value))
25602560
return CHECK_ERROR;
2561-
warning(_("unrecognized setting %s for option"
2561+
warning(_("unrecognized setting %s for option "
25622562
"rebase.missingCommitsCheck. Ignoring."), value);
25632563
return CHECK_IGNORE;
25642564
}

0 commit comments

Comments
 (0)