Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
mv: mark strings for translations
author
Nguyễn Thái Ngọc Duy
<pclouds@gmail.com>
Sun, 10 Aug 2014 02:29:29 +0000
(09:29 +0700)
committer
Junio C Hamano
<gitster@pobox.com>
Mon, 11 Aug 2014 17:48:06 +0000
(10:48 -0700)
Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/mv.c
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
67de23d
)
diff --git
a/builtin/mv.c
b/builtin/mv.c
index 6ffe540c202f69a41fcf40d443f73073d3ba08bd..b892f63df914015e97075ccfc0d7e7d3c854a5f6 100644
(file)
--- a/
builtin/mv.c
+++ b/
builtin/mv.c
@@
-108,7
+108,7
@@
int cmd_mv(int argc, const char **argv, const char *prefix)
destination = internal_copy_pathspec(dest_path[0], argv, argc, DUP_BASENAME);
} else {
if (argc != 1)
- die(
"destination '%s' is not a directory"
, dest_path[0]);
+ die(
_("destination '%s' is not a directory")
, dest_path[0]);
destination = dest_path;
}