mirror of
https://github.com/git/git.git
synced 2026-01-14 04:37:41 +00:00
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:
committed by
Junio C Hamano
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);
|
||||
} 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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user