We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0e30958 + bbb6acd commit dd224ceCopy full SHA for dd224ce
bundle.c
@@ -271,10 +271,10 @@ int verify_bundle(struct repository *r,
271
list_refs(r, 0, NULL);
272
}
273
274
- printf_ln("The bundle uses this hash algorithm: %s",
+ printf_ln(_("The bundle uses this hash algorithm: %s"),
275
header->hash_algo->name);
276
if (header->filter.choice)
277
- printf_ln("The bundle uses this filter: %s",
+ printf_ln(_("The bundle uses this filter: %s"),
278
list_objects_filter_spec(&header->filter));
279
280
cleanup:
0 commit comments