From: Nguyễn Thái Ngọc Duy Date: Sat, 21 Jul 2018 07:49:23 +0000 (+0200) Subject: builtin/grep.c: mark strings for translation X-Git-Tag: v2.19.0-rc0~74^2~18 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5507067dbdf4ff2ff289302f803137d30c973d95;p=git builtin/grep.c: mark strings for translation Signed-off-by: Nguyễn Thái Ngọc Duy Signed-off-by: Junio C Hamano --- diff --git a/builtin/grep.c b/builtin/grep.c index 9774920999..58f941e951 100644 --- a/builtin/grep.c +++ b/builtin/grep.c @@ -489,7 +489,7 @@ static int grep_cache(struct grep_opt *opt, struct repository *repo, } if (repo_read_index(repo) < 0) - die("index file corrupt"); + die(_("index file corrupt")); for (nr = 0; nr < repo->index->cache_nr; nr++) { const struct cache_entry *ce = repo->index->cache[nr];