Merge branch 'va/i18n'
authorJunio C Hamano <gitster@pobox.com>
Mon, 8 Aug 2016 21:48:38 +0000 (14:48 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 8 Aug 2016 21:48:38 +0000 (14:48 -0700)
More i18n marking.

* va/i18n:
i18n: config: unfold error messages marked for translation
i18n: notes: mark comment for translation

1  2 
cache.h
submodule-config.c
diff --cc cache.h
Simple merge
index faedb1a4899639567d8d6d6af75338c26be8f7ae,1753e017557c385563269e6bf5417f0bf214b3b2..d22a851d2705fc44c608cdde1c31bea40b454ebb
@@@ -442,9 -448,8 +442,9 @@@ static const struct submodule *config_f
        parameter.commit_sha1 = commit_sha1;
        parameter.gitmodules_sha1 = sha1;
        parameter.overwrite = 0;
-       git_config_from_mem(parse_config, "submodule-blob", rev.buf,
+       git_config_from_mem(parse_config, CONFIG_ORIGIN_SUBMODULE_BLOB, rev.buf,
                        config, config_size, &parameter);
 +      strbuf_release(&rev);
        free(config);
  
        switch (lookup_type) {