refspec.c: mark more strings for translation
Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:

committed by
Junio C Hamano

parent
661558f0a5
commit
1b5e07bbf0
@ -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)
|
||||
|
Reference in New Issue
Block a user