Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
t5702: use test_commit_bulk
[gitweb.git]
/
list-objects-filter-options.c
diff --git
a/list-objects-filter-options.c
b/list-objects-filter-options.c
index a15d0f782923f6bbb0aa9534c80f53c2942e7a79..1cb20c659c82b151a652da0528d0673ac629cc6c 100644
(file)
--- a/
list-objects-filter-options.c
+++ b/
list-objects-filter-options.c
@@
-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;