Skip to content

Commit

Permalink
Merge branch 'md/list-objects-filter-parse-msgfix'
Browse files Browse the repository at this point in the history
Make an end-user facing message localizable.

* md/list-objects-filter-parse-msgfix:
  list-objects-filter-options: error is localizeable
  • Loading branch information
gitster committed Jun 21, 2019
2 parents 34032c4 + 5c03bc8 commit ca02d36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion list-objects-filter-options.c
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ static int gently_parse_list_objects_filter(
*/

if (errbuf)
strbuf_addf(errbuf, "invalid filter-spec '%s'", arg);
strbuf_addf(errbuf, _("invalid filter-spec '%s'"), arg);

memset(filter_options, 0, sizeof(*filter_options));
return 1;
Expand Down

0 comments on commit ca02d36

Please sign in to comment.