Merge branch 'js/rebase-i-final'
authorJunio C Hamano <gitster@pobox.com>
Mon, 9 Oct 2017 09:59:16 +0000 (18:59 +0900)
committerJunio C Hamano <gitster@pobox.com>
Mon, 9 Oct 2017 09:59:16 +0000 (18:59 +0900)
* js/rebase-i-final:
i18n: add a missing space in message

sequencer.c
index 7886e2269eb7813cdf9f908002ec70a9561a153c..e258bb6469a77123b191f85ba679e446ef9c73b6 100644 (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;
 }