Skip to content

Commit dd224ce

Browse files
committed
Merge branch 'dk/bundle-i18n-more'
Update message mark-up for i18n in "git bundle". * dk/bundle-i18n-more: i18n: mark more bundle.c strings for translation
2 parents 0e30958 + bbb6acd commit dd224ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bundle.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -271,10 +271,10 @@ int verify_bundle(struct repository *r,
271271
list_refs(r, 0, NULL);
272272
}
273273

274-
printf_ln("The bundle uses this hash algorithm: %s",
274+
printf_ln(_("The bundle uses this hash algorithm: %s"),
275275
header->hash_algo->name);
276276
if (header->filter.choice)
277-
printf_ln("The bundle uses this filter: %s",
277+
printf_ln(_("The bundle uses this filter: %s"),
278278
list_objects_filter_spec(&header->filter));
279279
}
280280
cleanup:

0 commit comments

Comments
 (0)