Merge branch 'js/rebase-i-final'
* js/rebase-i-final: i18n: add a missing space in message
This commit is contained in:
commit
2f0e14e649
@ -2558,7 +2558,7 @@ static enum check_level get_missing_commit_check_level(void)
|
||||
return CHECK_WARN;
|
||||
if (!strcasecmp("error", value))
|
||||
return CHECK_ERROR;
|
||||
warning(_("unrecognized setting %s for option"
|
||||
warning(_("unrecognized setting %s for option "
|
||||
"rebase.missingCommitsCheck. Ignoring."), value);
|
||||
return CHECK_IGNORE;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user