]> git.ipfire.org Git - thirdparty/git.git/commitdiff
mv: mark strings for translations
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>
Sun, 10 Aug 2014 02:29:29 +0000 (09:29 +0700)
committerJunio 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

index 6ffe540c202f69a41fcf40d443f73073d3ba08bd..b892f63df914015e97075ccfc0d7e7d3c854a5f6 100644 (file)
@@ -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;
        }