Skip to content

Commit 2010874

Browse files
stefanbellergitster
authored andcommitted
builtin/blame.c: add translation to warning about failed revision walk
Signed-off-by: Stefan Beller <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent e6aaa39 commit 2010874

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builtin/blame.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2438,7 +2438,7 @@ int cmd_blame(int argc, const char **argv, const char *prefix)
24382438
* uninteresting.
24392439
*/
24402440
if (prepare_revision_walk(&revs))
2441-
die("revision walk setup failed");
2441+
die(_("revision walk setup failed"));
24422442

24432443
if (is_null_sha1(sb.final->object.sha1)) {
24442444
char *buf;

0 commit comments

Comments
 (0)