mv: mark strings for translations
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:
parent
67de23ddb1
commit
eac0ccc2cd
@ -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);
|
destination = internal_copy_pathspec(dest_path[0], argv, argc, DUP_BASENAME);
|
||||||
} else {
|
} else {
|
||||||
if (argc != 1)
|
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;
|
destination = dest_path;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user