diff --git a/bundle.c b/bundle.c index d50cfb5aa7..be7c0dd77b 100644 --- a/bundle.c +++ b/bundle.c @@ -278,10 +278,10 @@ int verify_bundle(struct repository *r, list_refs(r, 0, NULL); } - printf_ln("The bundle uses this hash algorithm: %s", + printf_ln(_("The bundle uses this hash algorithm: %s"), header->hash_algo->name); if (header->filter.choice) - printf_ln("The bundle uses this filter: %s", + printf_ln(_("The bundle uses this filter: %s"), list_objects_filter_spec(&header->filter)); } return ret;