Browse Source

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>
maint
Nguyễn Thái Ngọc Duy 11 years ago committed by Junio C Hamano
parent
commit
eac0ccc2cd
  1. 2
      builtin/mv.c

2
builtin/mv.c

@ -108,7 +108,7 @@ int cmd_mv(int argc, const char **argv, const char *prefix) @@ -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;
}


Loading…
Cancel
Save