Skip to content

Commit 5507067

Browse files
pcloudsgitster
authored andcommitted
builtin/grep.c: mark strings for translation
Signed-off-by: Nguyễn Thái Ngọc Duy <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 1d28ff4 commit 5507067

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builtin/grep.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -489,7 +489,7 @@ static int grep_cache(struct grep_opt *opt, struct repository *repo,
489489
}
490490

491491
if (repo_read_index(repo) < 0)
492-
die("index file corrupt");
492+
die(_("index file corrupt"));
493493

494494
for (nr = 0; nr < repo->index->cache_nr; nr++) {
495495
const struct cache_entry *ce = repo->index->cache[nr];

0 commit comments

Comments
 (0)