Merge branch 'md/list-objects-filter-parse-msgfix'

Make an end-user facing message localizable.

* md/list-objects-filter-parse-msgfix:
  list-objects-filter-options: error is localizeable
This commit is contained in:
Junio C Hamano 2019-06-21 11:24:10 -07:00
commit ca02d3669f
1 changed files with 1 additions and 1 deletions

View File

@ -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;