Merge branch 'js/rebase-i-final'

* js/rebase-i-final:
  i18n: add a missing space in message
This commit is contained in:
Junio C Hamano 2017-10-09 18:59:16 +09:00
commit 2f0e14e649

View file

@ -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;
}