Skip to content

Commit

Permalink
Merge branch 'sb/blame-msg-i18n'
Browse files Browse the repository at this point in the history
* sb/blame-msg-i18n:
  builtin/blame.c: add translation to warning about failed revision walk
  • Loading branch information
Junio C Hamano committed Sep 9, 2014
2 parents 1764e81 + 2010874 commit 929df99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builtin/blame.c
Original file line number Diff line number Diff line change
Expand Up @@ -2700,7 +2700,7 @@ int cmd_blame(int argc, const char **argv, const char *prefix)
* uninteresting.
*/
if (prepare_revision_walk(&revs))
die("revision walk setup failed");
die(_("revision walk setup failed"));

if (is_null_sha1(sb.final->object.sha1)) {
o = sb.final->util;
Expand Down

0 comments on commit 929df99

Please sign in to comment.