Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
refspec.c: mark more strings for translation
author
Nguyễn Thái Ngọc Duy
<pclouds@gmail.com>
Sat, 21 Jul 2018 07:49:36 +0000
(09:49 +0200)
committer
Junio C Hamano
<gitster@pobox.com>
Mon, 23 Jul 2018 18:19:10 +0000
(11:19 -0700)
Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
refspec.c
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
661558f
)
diff --git
a/refspec.c
b/refspec.c
index c66351743bc21b0befed69b66260009ad6de147b..f529092fd6d9ba0474fd21b31d72c117794e640d 100644
(file)
--- a/
refspec.c
+++ b/
refspec.c
@@
-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)