Skip to content

Commit

Permalink
refspec.c: mark more strings for translation
Browse files Browse the repository at this point in the history
Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
pclouds authored and gitster committed Jul 23, 2018
1 parent 661558f commit 1b5e07b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion refspec.c
Expand Up @@ -134,7 +134,7 @@ void refspec_item_init_or_die(struct refspec_item *item, const char *refspec,
int fetch)
{
if (!refspec_item_init(item, refspec, fetch))
die("invalid refspec '%s'", refspec);
die(_("invalid refspec '%s'"), refspec);
}

void refspec_item_clear(struct refspec_item *item)
Expand Down

0 comments on commit 1b5e07b

Please sign in to comment.