Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2019-06-21 21:24:10 +0300
committerJunio C Hamano <gitster@pobox.com>2019-06-21 21:24:10 +0300
commitca02d3669f3db502efaa9cb5a41a825c532cbabe (patch)
tree2d89e5482185bcc4b0074cfc790a98df980bcb08 /list-objects-filter-options.c
parent34032c4f8fe90aa020f7d85c556312b3d8902f6e (diff)
parent5c03bc8b1d1f992ebe43c567bb95cdb5e0273d28 (diff)
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
Diffstat (limited to 'list-objects-filter-options.c')
-rw-r--r--list-objects-filter-options.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/list-objects-filter-options.c b/list-objects-filter-options.c
index a15d0f7829..1cb20c659c 100644
--- 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;